Added support for detected FFMPEG include path

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1095 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
kode54 2012-05-23 06:19:44 +00:00
parent 75667980a7
commit 2c1e1e8058
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}