Skip to content

Commit 4984f98

Browse files
committed
disable transpose_vt filter
1 parent 088b993 commit 4984f98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/ffconfig/module-full.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --disable-protocol=unix"
444444
#
445445
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --disable-devices"
446446
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-filters"
447+
# transpose_vt available macos(13.0), ios(16.0), tvos(16.0), visionos(1.0)
448+
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --disable-filter=transpose_vt"
447449

448450
# External library support:
449451
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --disable-audiotoolbox"

0 commit comments

Comments
 (0)