OSX/CMake : fix ffmpeg include path

This commit is contained in:
Damien Plisson
2010-02-15 10:38:47 +00:00
parent ea69d2d37a
commit 1d5fe11a62

View File

@@ -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)