Added support for detected FFMPEG include path
This commit is contained in:
parent
b7eb2e4cf5
commit
9bf5a9a17f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue