Tempory fix for static build of Present3D which disables the use of ffmpeg when compiling static, will need to
look into unresolved symbols assoiated with FFMPEG at a later date.
This commit is contained in:
parent
25d9c44b10
commit
c19b697baf
@ -83,9 +83,10 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH)
|
||||
SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES} osgdb_curl)
|
||||
ENDIF(CURL_FOUND)
|
||||
|
||||
|
||||
IF(FFMPEG_FOUND)
|
||||
ADD_DEFINITIONS(-DUSE_FFMPEG)
|
||||
SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES} osgdb_ffmpeg)
|
||||
# ADD_DEFINITIONS(-DUSE_FFMPEG)
|
||||
# SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES} osgdb_ffmpeg)
|
||||
ENDIF(FFMPEG_FOUND)
|
||||
|
||||
IF(FREETYPE_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user