aboutsummaryrefslogtreecommitdiff
path: root/modules/FindFFmpeg.cmake
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2008-04-16 20:37:25 +0000
committerAllen Winter <winter@kde.org>2008-04-16 20:37:25 +0000
commit9215cdab458b5fdc16343157dacd78ef82245ae1 (patch)
tree947437e1a494b162eaa70a97954a8163215098b3 /modules/FindFFmpeg.cmake
parentab0a45fb585c6daa64637e7ecbfea7d2028c4844 (diff)
downloadextra-cmake-modules-9215cdab458b5fdc16343157dacd78ef82245ae1.tar.gz
extra-cmake-modules-9215cdab458b5fdc16343157dacd78ef82245ae1.tar.bz2
don't put set variables into the CACHE, per Brad King
svn path=/trunk/KDE/kdelibs/; revision=797757
Diffstat (limited to 'modules/FindFFmpeg.cmake')
-rw-r--r--modules/FindFFmpeg.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindFFmpeg.cmake b/modules/FindFFmpeg.cmake
index 9768949d..83f4dde8 100644
--- a/modules/FindFFmpeg.cmake
+++ b/modules/FindFFmpeg.cmake
@@ -24,7 +24,7 @@ IF (NOT WIN32)
PKGCONFIG(libavcodec _FFMPEGIncDir _FFMPEGLinkDir _FFMPEGLinkFlags _FFMPEGCflags)
ENDIF (NOT WIN32)
- #set(FFMPEG_DEFINITIONS ${_FFMPEGCflags} CACHE INTERNAL "The compilation flags for ffmpeg")
+ #set(FFMPEG_DEFINITIONS ${_FFMPEGCflags})
find_path(FFMPEG_INCLUDE_DIR ffmpeg/avcodec.h
PATHS