aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/ffmpeg/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 20:42:49 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 20:42:49 +0000
commitf360d9de6ff14a66e327f6d2c985a4327be4019b (patch)
tree9268d517db02f5ceb3e767aa49cfa3218c6815ef /src/plugins/Input/ffmpeg/CMakeLists.txt
parente7440f3513c0ef3e296e77f2da6f8845db0c6c93 (diff)
downloadqmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.gz
qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.bz2
qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.zip
fixed cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@236 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/ffmpeg/CMakeLists.txt')
-rw-r--r--src/plugins/Input/ffmpeg/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/ffmpeg/CMakeLists.txt b/src/plugins/Input/ffmpeg/CMakeLists.txt
index 1ca0d4b7a..ef25ec4b6 100644
--- a/src/plugins/Input/ffmpeg/CMakeLists.txt
+++ b/src/plugins/Input/ffmpeg/CMakeLists.txt
@@ -28,7 +28,7 @@ SET(QT_INCLUDES
# libqmmp
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../)
-link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../)
+link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmp)
# libffmpeg and taglib
PKGCONFIG(libavcodec LIBAVCODEC_INCLUDE_DIR LIBAVCODEC_LINK_DIR LIBAVCODEC_LINK_FLAGS LIBAVCODEC_CFLAGS)