mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 00:11:16 -05:00
Disable build of LAME frontend
We dont need it, and LAME 3.100 frontend binaries fail to build on MacOS currently with ```parse.c:417:34: error: call to undeclared function 'id3tag_set_comment_ucs2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]```
This commit is contained in:
parent
bb406ca9a8
commit
a079587859
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -483,7 +483,7 @@ if (NOT FFMPEG_FOUND AND NOT USE_PRECOMPILED_LIBS)
|
||||
UPDATE_DISCONNECTED TRUE
|
||||
DEPENDS ${MPG123_DEPENDS}
|
||||
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/lame"
|
||||
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env PKG_CONFIG_PATH=${MPG123_PKG_CONFIG_DIR} <SOURCE_DIR>/configure --prefix=<INSTALL_DIR> --enable-shared
|
||||
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env PKG_CONFIG_PATH=${MPG123_PKG_CONFIG_DIR} <SOURCE_DIR>/configure --prefix=<INSTALL_DIR> --enable-shared --disable-frontend
|
||||
BUILD_COMMAND ${MAKE}
|
||||
TEST_COMMAND ""
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user