From 4ac89e1a560941849a0365297c11e276a421bbf4 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 7 Jul 2008 14:44:28 +0000 Subject: Add some text explaining the FFMPEG include search paths svn path=/trunk/KDE/kdelibs/; revision=829102 --- modules/FindFFmpeg.cmake | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/FindFFmpeg.cmake b/modules/FindFFmpeg.cmake index 0f8ad9dd..8baf0af7 100644 --- a/modules/FindFFmpeg.cmake +++ b/modules/FindFFmpeg.cmake @@ -26,6 +26,13 @@ IF (NOT WIN32) ENDIF (NOT WIN32) #set(FFMPEG_DEFINITIONS ${_FFMPEGCflags}) + # + # #include is the new style for FFMPEG headers + # This has been verified at least since 0.4.9 + # Please do not change to the old format, since this will break for + # people who are using newer versions. Instead, upgrade your ffmpeg + # installation. + # find_path(FFMPEG_INCLUDE_DIR libavcodec/avcodec.h PATHS ${_FFMPEGIncDir} -- cgit v1.2.1