aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-10 22:17:35 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-10 22:17:35 +0000
commit5631082ad19a8abadcd6502a1fec3cf09fb5ba9d (patch)
treeabedaa832f446c9fba41ac8d65b5b871bfa2dd09 /src
parenta7fff99a9ec758d2631d91911dc121dc06bb1ecb (diff)
downloadqmmp-5631082ad19a8abadcd6502a1fec3cf09fb5ba9d.tar.gz
qmmp-5631082ad19a8abadcd6502a1fec3cf09fb5ba9d.tar.bz2
qmmp-5631082ad19a8abadcd6502a1fec3cf09fb5ba9d.zip
fixed qmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@399 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Input/ffmpeg/ffmpeg.pro3
-rw-r--r--src/plugins/PlaylistFormats/m3u/m3u.pro2
-rw-r--r--src/plugins/PlaylistFormats/xspf/xspf.pro2
3 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/Input/ffmpeg/ffmpeg.pro b/src/plugins/Input/ffmpeg/ffmpeg.pro
index dd0103075..940bd9b85 100644
--- a/src/plugins/Input/ffmpeg/ffmpeg.pro
+++ b/src/plugins/Input/ffmpeg/ffmpeg.pro
@@ -16,6 +16,9 @@ QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libffmpeg.so
INCLUDEPATH += ../../../
+INCLUDEPATH += /usr/include/libavformat
+INCLUDEPATH += /usr/include/libavcodec
+
CONFIG += release \
warn_on \
plugin \
diff --git a/src/plugins/PlaylistFormats/m3u/m3u.pro b/src/plugins/PlaylistFormats/m3u/m3u.pro
index d4b7c1a9f..e6d9a2c5a 100644
--- a/src/plugins/PlaylistFormats/m3u/m3u.pro
+++ b/src/plugins/PlaylistFormats/m3u/m3u.pro
@@ -14,7 +14,7 @@ QMAKE_LIBDIR += ../../../../lib
isEmpty(LIB_DIR){
LIB_DIR = /lib
}
-target.path = $$LIB_DIR/qmmp/PlaulistFormats
+target.path = $$LIB_DIR/qmmp/PlaylistFormats
INSTALLS += target
INCLUDEPATH += ../../../../src
diff --git a/src/plugins/PlaylistFormats/xspf/xspf.pro b/src/plugins/PlaylistFormats/xspf/xspf.pro
index 6a2c036a6..1e5716f58 100644
--- a/src/plugins/PlaylistFormats/xspf/xspf.pro
+++ b/src/plugins/PlaylistFormats/xspf/xspf.pro
@@ -14,7 +14,7 @@ QMAKE_LIBDIR += ../../../../lib
isEmpty(LIB_DIR){
LIB_DIR = /lib
}
-target.path = $$LIB_DIR/qmmp/PlayListFormats
+target.path = $$LIB_DIR/qmmp/PlaylistFormats
INSTALLS += target
INCLUDEPATH += ../../../../src