File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-network"
5858export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-d3d11va"
5959export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-dxva2"
6060export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-vaapi"
61- export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-vda"
61+ # export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --disable-vda"
6262export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-vdpau"
6363export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-videotoolbox"
6464
Original file line number Diff line number Diff line change 1919# If you really want to compile without asm, configure with --disable-asm.
2020
2121export LIB_NAME=' ijkffmpeg'
22- export LIPO_LIBS=" libavcodec libavformat libavutil libswscale libswresample libavfilter libavdevice "
22+ export LIPO_LIBS=" libavcodec libavformat libavutil libswscale libswresample libavfilter"
2323export LIB_DEPENDS_BIN=" nasm pkg-config"
2424export GIT_LOCAL_REPO=extra/ijkffmpeg
2525export REPO_DIR=ijkffmpeg
You can’t perform that action at this time.
0 commit comments