From 1d5fe11a62890ef7760c8d3db663bcde58be20bb Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Mon, 15 Feb 2010 10:38:47 +0000 Subject: [PATCH] OSX/CMake : fix ffmpeg include path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a00fefa3ca..c7bfce682f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -521,7 +521,7 @@ IF(APPLE) SET(OPENEXR_LIBPATH ${OPENEXR}/lib) SET(FFMPEG ${LIBDIR}/ffmpeg) - SET(FFMPEG_INC ${CMAKE_SOURCE_DIR}/extern/ffmpeg) + SET(FFMPEG_INC ${FFMPEG}/include) SET(FFMPEG_LIB avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore) SET(FFMPEG_LIBPATH ${FFMPEG}/lib)