Corrects cuts with filters
[melted] / src / modules / avformat / Makefile
index d5096fa..aba87af 100644 (file)
@@ -6,12 +6,14 @@ TARGET = ../libmltavformat.so
 OBJS = factory.o \
           producer_avformat.o \
           consumer_avformat.o \
+          filter_avcolour_space.o \
           filter_avdeinterlace.o \
           filter_avresample.o
 
 CFLAGS+=-I../..
 
 LDFLAGS+=-lavformat -lavcodec $(EXTRA_LIBS)
+LDFLAGS+=-L../../framework -lmlt
 
 SRCS := $(OBJS:.o=.c)
 
@@ -30,6 +32,7 @@ dist-clean:   clean
                rm -f .depend
 
 clean: 
+               if [ $(LOCAL_FFMPEG) ] ; then $(MAKE) -C ffmpeg clean ; fi
                rm -f $(OBJS) $(TARGET) 
 
 install: all