-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Description
I am getting an error when applying the patch:
error: patch failed: Makefile:352
error: Makefile: patch does not apply
error: allfilters.c: No such file or directory
Here is the verbose output
Checking patch Makefile...
error: while searching for:
OBJS-$(CONFIG_ZMQ_FILTER) += f_zmq.o
OBJS-$(CONFIG_ZOOMPAN_FILTER) += vf_zoompan.o
OBJS-$(CONFIG_ZSCALE_FILTER) += vf_zscale.o
OBJS-$(CONFIG_ALLRGB_FILTER) += vsrc_testsrc.o
OBJS-$(CONFIG_ALLYUV_FILTER) += vsrc_testsrc.o
error: patch failed: Makefile:352
error: Makefile: patch does not apply
Checking patch allfilters.c...
error: allfilters.c: No such file or directory
The libavfilter/allfilters.c is there, so I am not sure what the problem is here.
I am new to patching with git... any advice?