Upgrade vorbis 1.3.6 -> 1.3.7 and move to submodule
This commit is contained in:
@@ -560,11 +560,6 @@ if(NOT APPLE)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
if(WITH_OGG)
|
||||
list(APPEND SM_INCLUDE_DIRS
|
||||
"${SM_EXTERN_DIR}/newvorbis/lib"
|
||||
"${SM_EXTERN_DIR}/newvorbis/include")
|
||||
endif()
|
||||
list(APPEND SM_INCLUDE_DIRS "${SM_EXTERN_DIR}/ffmpeg-w32/include")
|
||||
else()
|
||||
if(HAS_FFMPEG)
|
||||
@@ -589,9 +584,6 @@ if(NOT APPLE)
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
if(WITH_OGG)
|
||||
list(APPEND SM_INCLUDE_DIRS "${SM_EXTERN_DIR}/newvorbis/include")
|
||||
endif()
|
||||
list(APPEND SM_INCLUDE_DIRS "archutils/Unix")
|
||||
if(HAS_FFMPEG)
|
||||
add_dependencies("${SM_EXE_NAME}" "ffmpeg_arm64" "ffmpeg_x86_64")
|
||||
|
||||
Reference in New Issue
Block a user