Author: victor Date: Thu Mar 5 17:12:01 2009 New Revision: 4170 Log: CONFIG_SWSCALE disappeared in FFmpeg r17786.
Modified: libavfilter/Makefile Modified: libavfilter/Makefile ============================================================================== --- libavfilter/Makefile Thu Mar 5 00:00:57 2009 (r4169) +++ libavfilter/Makefile Thu Mar 5 17:12:01 2009 (r4170) @@ -2,7 +2,7 @@ include $(SUBDIR)../config.mak NAME = avfilter FFLIBS = avcodec avutil -FFLIBS-$(CONFIG_SWSCALE) += swscale +FFLIBS-$(CONFIG_SCALE_FILTER) += swscale FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat OBJS = allfilters.o \ _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
