[FFmpeg-soc] [soc]: r4170 - libavfilter/Makefile
victor
subversion at mplayerhq.hu
Thu Mar 5 17:12:01 CET 2009
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 \
More information about the FFmpeg-soc
mailing list