Minor sdl hack
[melted] / src / modules / ffmpeg / Makefile
index 7e6b4d0..ce5e260 100644 (file)
@@ -2,9 +2,11 @@
 TARGET = ../libmltffmpeg.so
 
 OBJS = factory.o \
-          producer_ffmpeg.o
+          producer_ffmpeg.o \
+          filter_ffmpeg_dub.o \
+          consumer_ffmpeg.o
 
-CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)