Added support for detected FFMPEG include path

This commit is contained in:
kode54 2012-05-23 06:19:44 +00:00
parent b7eb2e4cf5
commit 9bf5a9a17f
1 changed files with 6 additions and 0 deletions

View File

@ -373,6 +373,12 @@ IF( ENABLE_GTK )
)
ENDIF( ENABLE_GTK )
IF( ENABLE_FFMPEG )
INCLUDE_DIRECTORIES(
${FFMPEG_INCLUDE_DIRS}
)
ENDIF( ENABLE_FFMPEG )
ADD_LIBRARY(
fex
${SRC_FEX}