Commit ef6595e6 authored by mercury233's avatar mercury233

fix

parent b5f4ff3a
project "miniaudio" project "miniaudio"
kind "StaticLib" kind "StaticLib"
files { "*.c", "*.h" } files { "*.c", "*.h" }
includedirs { "." }
if MINIAUDIO_SUPPORT_OPUS_VORBIS then if MINIAUDIO_SUPPORT_OPUS_VORBIS then
if BUILD_OPUS_VORBIS then if BUILD_OPUS_VORBIS then
files { "external/ogg/src/**.c", "external/ogg/src/**.h" } files { "external/ogg/src/**.c", "external/ogg/src/**.h" }
...@@ -17,14 +19,15 @@ project "miniaudio" ...@@ -17,14 +19,15 @@ project "miniaudio"
defines { "USE_ALLOCA", "OPUS_BUILD" } defines { "USE_ALLOCA", "OPUS_BUILD" }
includedirs { ".", includedirs {
"external/ogg/include", "external/ogg/include",
"external/opus/include", "external/opus/include",
"external/opus/celt", "external/opus/celt",
"external/opus/silk", "external/opus/silk",
"external/opus/silk/float", "external/opus/silk/float",
"external/opusfile/include", "external/opusfile/include",
"external/vorbis/include" } "external/vorbis/include"
}
else else
print("OPUS_INCLUDE_DIR:") print("OPUS_INCLUDE_DIR:")
print(OPUS_INCLUDE_DIR) print(OPUS_INCLUDE_DIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment