mirror of https://github.com/mgba-emu/mgba.git
All: Fix blip_buf build
This commit is contained in:
parent
24f40a7959
commit
f8933f23c4
|
@ -214,7 +214,7 @@ if(USE_FFMPEG)
|
|||
endif()
|
||||
|
||||
if(USE_BLIP)
|
||||
list(APPEND FEATURE_SRC "${CMAKE_SOURCE_DIR}/src/third-party/blip_buf/blip_buf.c")
|
||||
list(APPEND THIRD_PARTY_SRC "${CMAKE_SOURCE_DIR}/src/third-party/blip_buf/blip_buf.c")
|
||||
add_definitions(-DRESAMPLE_LIBRARY=RESAMPLE_BLIP_BUF)
|
||||
else()
|
||||
add_definitions(-DRESAMPLE_LIBRARY=RESAMPLE_NN)
|
||||
|
|
Loading…
Reference in New Issue