First part of the patch:
FFMPEG include libraries in Fedora16 can be found in
/usr/include/ffmpeg
so because of that I added a second directory with the trailing /ffmpeg to FFMPEG_INCLUDE_DIR
Second part of the patch:
Removing an entry which appears twice.
Description
Description
Event Timeline
Comment Actions
I think that ${FFMPEG}/include/ffmpeg should be moved to the top of the search path as follows to take precedence over ${FFMPEG}/include:
set(FFMPEG_INCLUDE_DIRS ${FFMPEG}/include/ffmpeg ${FFMPEG}/include)