]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-atadenoise.patch
drop yasm BR (nasm is preferred)
[packages/ffmpeg.git] / ffmpeg-atadenoise.patch
1 --- ffmpeg-4.3/libavfilter/x86/Makefile.orig    2020-06-15 20:54:24.000000000 +0200
2 +++ ffmpeg-4.3/libavfilter/x86/Makefile 2020-06-30 11:50:18.575161000 +0200
3 @@ -42,7 +42,9 @@
4  
5  X86ASM-OBJS-$(CONFIG_AFIR_FILTER)            += x86/af_afir.o
6  X86ASM-OBJS-$(CONFIG_ANLMDN_FILTER)          += x86/af_anlmdn.o
7 +ifdef ARCH_X86_64
8  X86ASM-OBJS-$(CONFIG_ATADENOISE_FILTER)      += x86/vf_atadenoise.o
9 +endif
10  X86ASM-OBJS-$(CONFIG_BLEND_FILTER)           += x86/vf_blend.o
11  X86ASM-OBJS-$(CONFIG_BWDIF_FILTER)           += x86/vf_bwdif.o
12  X86ASM-OBJS-$(CONFIG_COLORSPACE_FILTER)      += x86/colorspacedsp.o
This page took 0.03236 seconds and 3 git commands to generate.