Use the official Vorbis repo as a submodule.

Continuing to use version 1.3.4 for now.
This commit is contained in:
Joseph Cloutier
2022-05-09 23:03:30 -04:00
parent cd084c4067
commit ecfb495e43
3 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "project/lib/vorbis"] [submodule "project/lib/vorbis"]
path = project/lib/vorbis path = project/lib/vorbis
url = https://github.com/openfl/libvorbis url = https://github.com/xiph/vorbis
[submodule "project/lib/sdl"] [submodule "project/lib/sdl"]
path = project/lib/sdl path = project/lib/sdl
url = https://github.com/openfl/libsdl url = https://github.com/openfl/libsdl

View File

@@ -39,6 +39,7 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vorbis/include/"/> <compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vorbis/include/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vorbis/lib/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/ogg/include/"/> <compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/ogg/include/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/ogg/include/"/> <compilerflag value="-I${NATIVE_TOOLKIT_PATH}/ogg/include/"/>