avformat/Makefile, avformat/factory.c, avformat/filter_swscale.c:
[melted] / src / modules / avformat / Makefile
index 6a6dd5c..0007fd9 100644 (file)
@@ -8,6 +8,10 @@ OBJS = factory.o \
           filter_avresample.o \
           filter_avdeinterlace.o
 
+ifdef SWSCALE
+OBJS += filter_swscale.o
+endif
+
 ifdef CODECS
 OBJS += producer_avformat.o \
            consumer_avformat.o