]> git.sesse.net Git - mlt/blobdiff - src/modules/ffmpeg/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / ffmpeg / Makefile
index 8e0e3ad35176eda23b5387854c1765a3e486cad9..0585571111759a28c210ac960d6f8d2702f80fb6 100644 (file)
@@ -7,7 +7,7 @@ OBJS = factory.o \
           filter_ffmpeg_dub.o \
           consumer_ffmpeg.o
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)