Author: koorogi
Date: Wed Mar 17 05:38:54 2010
New Revision: 5677

Log:
Fix noformat filter when configured with --disable-filter=format

Modified:
   libavfilter/Makefile

Modified: libavfilter/Makefile
==============================================================================
--- libavfilter/Makefile        Wed Mar 17 05:38:52 2010        (r5676)
+++ libavfilter/Makefile        Wed Mar 17 05:38:54 2010        (r5677)
@@ -23,6 +23,7 @@ OBJS-$(CONFIG_HFLIP_FILTER)             
 OBJS-$(CONFIG_NEGATE_FILTER)                 += vf_negate.o
 OBJS-$(CONFIG_FIFO_FILTER)                   += vf_fifo.o
 OBJS-$(CONFIG_FORMAT_FILTER)                 += vf_format.o
+OBJS-$(CONFIG_NOFORMAT_FILTER)               += vf_format.o
 OBJS-$(CONFIG_NULL_FILTER)                   += vf_null.o
 OBJS-$(CONFIG_OVERLAY_FILTER)                += vf_overlay.o
 OBJS-$(CONFIG_PAD_FILTER)                    += vf_pad.o
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to