consumer avformat added, various cleanups and consumer realtime switching
[melted] / src / modules / avformat / Makefile
index 66e57f8..3d1e1cc 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