Skip to content

Commit 60064d6

Browse files
committed
Build fixes
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent 69ad268 commit 60064d6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

thirdparty/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (NOT WIN32)
3030

3131
add_custom_command(
3232
OUTPUT ${FFMPEG_PATH}/config.h
33-
COMMAND ./configure --disable-all --disable-autodetect --disable-network --enable-avcodec --enable-decoder='xmaframes'
33+
COMMAND ./configure --disable-all --disable-x86asm --disable-autodetect --disable-network --enable-avcodec --enable-decoder='xmaframes'
3434
COMMENT "Configuring FFmpeg..."
3535
WORKING_DIRECTORY ${FFMPEG_PATH}
3636
)

0 commit comments

Comments
 (0)