diff options
| author | Thiago Macieira <thiago@kde.org> | 2008-06-12 18:28:52 +0000 | 
|---|---|---|
| committer | Thiago Macieira <thiago@kde.org> | 2008-06-12 18:28:52 +0000 | 
| commit | 5b528165287aea973e567f8894eb444f019adac9 (patch) | |
| tree | 4fb44d9b815279dc0204d426eb28c3690432b808 /modules/FindFFmpeg.cmake | |
| parent | 68d5322666f2a95e4ab008b5efaccc63141a3f9d (diff) | |
| download | extra-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
Diffstat (limited to 'modules/FindFFmpeg.cmake')
| -rw-r--r-- | modules/FindFFmpeg.cmake | 2 | 
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 | 
