Skip to content

Commit

Permalink
external libs (libvorbisidec-1.2.1): add -DHAVE_ALLOCA to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 6, 2019
1 parent 7e2e3c8 commit 6d4e6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libvorbisidec-1.2.1/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(libVorbis VERSION 1.3.6 LANGUAGES C)
include(${CMAKE_CURRENT_SOURCE_DIR}/../audio_codec_common.cmake)

add_definitions(
-DHAVE_CONFIG_H
-DHAVE_CONFIG_H -DHAVE_ALLOCA
)

add_definitions(-DFLOAT_LOOKUP -DINT_LOOKUP)
Expand Down

0 comments on commit 6d4e6f5

Please sign in to comment.