all repos — mgba @ f8933f23c4978cab76be1aed4efda8fb4fb1e978

mGBA Game Boy Advance Emulator

All: Fix blip_buf build
Jeffrey Pfau jeffrey@endrift.com
Thu, 12 Mar 2015 00:44:20 -0700
commit

f8933f23c4978cab76be1aed4efda8fb4fb1e978

parent

24f40a7959731a553110f692f267ed5bdfe24f72

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -214,7 +214,7 @@ set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "libavcodec-extra")

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)