aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2008-06-12 18:28:52 +0000
committerThiago Macieira <thiago@kde.org>2008-06-12 18:28:52 +0000
commit5b528165287aea973e567f8894eb444f019adac9 (patch)
tree4fb44d9b815279dc0204d426eb28c3690432b808
parent68d5322666f2a95e4ab008b5efaccc63141a3f9d (diff)
downloadextra-cmake-modules-5b528165287aea973e567f8894eb444f019adac9.tar.gz
extra-cmake-modules-5b528165287aea973e567f8894eb444f019adac9.tar.bz2
Update to the current naming scheme of the headers (at least as of 0.4.9)
svn path=/trunk/KDE/kdelibs/; revision=819960
-rw-r--r--modules/FindFFmpeg.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindFFmpeg.cmake b/modules/FindFFmpeg.cmake
index 83f4dde8..0f8ad9dd 100644
--- a/modules/FindFFmpeg.cmake
+++ b/modules/FindFFmpeg.cmake
@@ -26,7 +26,7 @@ IF (NOT WIN32)
ENDIF (NOT WIN32)
#set(FFMPEG_DEFINITIONS ${_FFMPEGCflags})
- find_path(FFMPEG_INCLUDE_DIR ffmpeg/avcodec.h
+ find_path(FFMPEG_INCLUDE_DIR libavcodec/avcodec.h
PATHS
${_FFMPEGIncDir}
NO_DEFAULT_PATH