Filter attachments to services
[melted] / src / modules / avformat / Makefile
index d5096fa..6f25d6f 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)