Upgrade vorbis 1.3.6 -> 1.3.7 and move to submodule

This commit is contained in:
Martin Natano
2022-05-30 23:57:33 +02:00
parent 1a44af0cf4
commit 7d29ee308d
416 changed files with 78 additions and 112985 deletions
-8
View File
@@ -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")