p7zip: assorted fixes
[oi-userland.git] / components / encumbered / ffmpeg / patches / 03-test-awk.patch
blobaa6e405e03a9ef04468cf9009067175c87b12c23
1 --- ffmpeg-7.1/tests/fate/filter-video.mak.orig
2 +++ ffmpeg-7.1/tests/fate/filter-video.mak
3 @@ -560,7 +560,7 @@
4 tests/pixfmts.mak: TAG = GEN
5 tests/pixfmts.mak: ffmpeg$(PROGSSUF)$(EXESUF) | tests
6 $(M)printf "PIXFMTS = " > $@
7 - $(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@
8 + $(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -pix_fmts list 2> /dev/null | gawk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@
9 $(Q)printf "\n" >> $@
11 RUNNING_PIXFMTS_TESTS := $(filter check fate fate-list fate-filter fate-vfilter fate-filter-pixdesc%,$(MAKECMDGOALS))