Skip to content

Commit

Permalink
Disable auto detection of libs for building ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Jun 18, 2020
1 parent 125a716 commit 7fa8823
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions deps/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,7 @@ cd ffmpeg
--disable-programs \
--enable-gpl \
--enable-libx264 \
--disable-bzlib \
--disable-alsa \
--disable-appkit \
--disable-avfoundation \
--disable-coreimage \
--disable-iconv \
--disable-libxcb \
--disable-libxcb-shm \
--disable-libxcb-xfixes \
--disable-libxcb-shape \
--disable-lzma \
--disable-schannel \
--disable-sdl2 \
--disable-securetransport \
--disable-xlib \
--disable-zlib \
--disable-amf \
--disable-audiotoolbox \
--disable-cuda-llvm \
--disable-cuvid \
--disable-d3d11va \
--disable-dxva2 \
--disable-ffnvcodec \
--disable-nvdec \
--disable-nvenc \
--disable-vaapi \
--disable-vdpau \
--disable-videotoolbox \
--disable-autodetect \
--extra-cflags="$FFMPEG_CFLAGS" \
--extra-ldflags="$FFMPEG_LIBRARY_PATH" \
$FFMPEG_EXTRA_ARGS
Expand Down

0 comments on commit 7fa8823

Please sign in to comment.