X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2FMakefile;h=390cef48441d6bbd8686d0013e5eba5790074622;hb=f2dda0fcd1c242afcd07f2c2ef98f8f6b3fb0e13;hp=3d1e1cc06e4c71d842411be73a207590f7bcd587;hpb=c1c8b798d6215f20b3a3f87cd1fa2954f31d6031;p=melted diff --git a/src/modules/avformat/Makefile b/src/modules/avformat/Makefile index 3d1e1cc..390cef4 100644 --- a/src/modules/avformat/Makefile +++ b/src/modules/avformat/Makefile @@ -6,7 +6,7 @@ OBJS = factory.o \ producer_avformat.o \ consumer_avformat.o -CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 +CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 LDFLAGS = -lavformat -lavcodec