Skip to content

Commit

Permalink
mpv: disable scale filter in ffmpeg build (google#12312)
Browse files Browse the repository at this point in the history
Fixes timeouts and OOMs on huge scaling sizes. It is not mpv filter
anyway, so we can skip testing it.
  • Loading branch information
kasper93 authored Aug 7, 2024
1 parent ae01ac9 commit 1d568ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mpv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pushd $SRC/ffmpeg
./configure --cc=$CC --cxx=$CXX --ld="$CXX $CXXFLAGS" \
--enable-{gpl,nonfree} \
--disable-{asm,bsfs,doc,encoders,filters,muxers,network,postproc,programs,shared} \
--enable-filter={scale,sine,yuvtestsrc} \
--enable-filter={sine,yuvtestsrc} \
--pkg-config-flags="--static" \
$FFMPEG_BUILD_ARGS
make -j`nproc`
Expand Down
1 change: 1 addition & 0 deletions projects/mpv/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ fuzzing_engines:
selective_unpack: true
coverage_extra_args: >
-ignore-filename-regex=mpv/subprojects/.*
-ignore-filename-regex=mpv/build/subprojects/.*
-ignore-filename-regex=ffmpeg/.*

0 comments on commit 1d568ac

Please sign in to comment.