]> git.sesse.net Git - mlt/blobdiff - src/modules/dv/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / dv / Makefile
index 493d2ac4cb99148a5ccb89bf6e49508db149a6c4..576d4f4735bd2978c7ab0c5a6affd61b4315dcbc 100644 (file)
@@ -6,7 +6,7 @@ OBJS = factory.o \
           producer_libdv.o \
           consumer_libdv.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
 
 LDFLAGS=-ldv -lpthread