remove some progressive flag handling in field renderers
[melted] / src / modules / ffmpeg / Makefile
index 52c407b..ce5e260 100644 (file)
@@ -6,7 +6,7 @@ OBJS = factory.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)