]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/Makefile
consumer avformat added, various cleanups and consumer realtime switching
[mlt] / src / modules / avformat / Makefile
index 66e57f83839bd343bd6a7bddca5ea1888523af13..3d1e1cc06e4c71d842411be73a207590f7bcd587 100644 (file)
@@ -3,7 +3,8 @@ include ../../../config.mak
 TARGET = ../libmltavformat.so
 
 OBJS = factory.o \
-          producer_avformat.o
+          producer_avformat.o \
+          consumer_avformat.o
 
 CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64