Skip to content

Commit

Permalink
Merge pull request #1935 from tomtastic/disable-lame-frontend-build
Browse files Browse the repository at this point in the history
Disable build of LAME frontend
  • Loading branch information
f4exb authored Dec 25, 2023
2 parents bb406ca + a079587 commit 99496ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
)
Expand Down

0 comments on commit 99496ff

Please sign in to comment.