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"
58
58
export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-d3d11va"
59
59
export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-dxva2"
60
60
export 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"
62
62
export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-vdpau"
63
63
export COMMON_FF_CFG_FLAGS=" $COMMON_FF_CFG_FLAGS --disable-videotoolbox"
64
64
Original file line number Diff line number Diff line change 19
19
# If you really want to compile without asm, configure with --disable-asm.
20
20
21
21
export LIB_NAME=' ijkffmpeg'
22
- export LIPO_LIBS=" libavcodec libavformat libavutil libswscale libswresample libavfilter libavdevice "
22
+ export LIPO_LIBS=" libavcodec libavformat libavutil libswscale libswresample libavfilter"
23
23
export LIB_DEPENDS_BIN=" nasm pkg-config"
24
24
export GIT_LOCAL_REPO=extra/ijkffmpeg
25
25
export REPO_DIR=ijkffmpeg
You can’t perform that action at this time.
0 commit comments