Page MenuHome

[Compiling] Additional include directory for FFMPEG
Closed, ResolvedPublicPATCH

Description

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.

Event Timeline

Commited to svn rev47076. Thanks!

Sergey Sharybin (sergey) changed the task status from Unknown Status to Resolved.May 27 2012, 3:45 PM

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)

Yeah now that it's mentioned that's maybe a good idea.