Fixed: Compiling withoud ffmpeg
--HG-- branch : develop
This commit is contained in:
parent
e994c12983
commit
9b9bd0eb8c
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
FILE(GLOB SRC *.cpp *.h)
|
||||
FILE(GLOB HEADERS ../../include/nel/sound/*.h)
|
||||
|
||||
IF(NOT FFMPEG_FOUND)
|
||||
LIST(REMOVE_ITEM SRC ${CMAKE_CURRENT_SOURCE_DIR}/audio_decoder_ffmpeg.cpp)
|
||||
LIST(REMOVE_ITEM HEADERS ${CMAKE_CURRENT_SOURCE_DIR}../../include/nel/sound/audio_decoder_ffmpeg.h)
|
||||
ENDIF()
|
||||
|
||||
FILE(GLOB ANIMATION
|
||||
sound_anim_manager.cpp ../../include/nel/sound/sound_anim_manager.h
|
||||
|
|
Loading…
Reference in a new issue