Closed GoogleCodeExporter closed 8 years ago
In order to disable building the ffmpeg plugin use this patch:
--- Cuberok.pro.orig 2009-07-17 10:27:01.015625000 +0400
+++ Cuberok.pro 2009-07-17 10:27:08.656250000 +0400
@@ -40,7 +40,7 @@
system(pkg-config --modversion libavcodec 2>/dev/null) {
system(pkg-config --modversion sdl 2>/dev/null) {
message(using ffmpeg backend)
- SUBDIRS += plugins/player_ffmpeg
+# SUBDIRS += plugins/player_ffmpeg
}
}
system(audiere-config --version) {
Original comment by drmoriar...@gmail.com
on 17 Jul 2009 at 6:29
Thanks!
Original comment by borislavba
on 17 Jul 2009 at 6:45
To DrMoriarty: take a look at these errors, they are same as I got untill apply
this
patch
Index: player_ffmpeg.pro
===================================================================
--- player_ffmpeg.pro (revision 262)
+++ player_ffmpeg.pro (working copy)
@@ -1,7 +1,9 @@
CONFIG += release
TEMPLATE = lib
CONFIG += plugin
- INCLUDEPATH += ../../src
+ INCLUDEPATH += ../../src \
+ /usr/include/libavcodec/ \
+ /usr/include/libavformat/
HEADERS = ../../src/player_ffmpeg.h \
../../src/player.h
SOURCES = ../../src/player_ffmpeg.cpp
Looks like both gentoo and ArchLinux have this problem
Original comment by nomen.in...@gmail.com
on 17 Jul 2009 at 7:57
Original issue reported on code.google.com by
borislavba
on 17 Jul 2009 at 6:22