]> git.sesse.net Git - mlt/blobdiff - src/modules/xine/Makefile
Configure and build tuning
[mlt] / src / modules / xine / Makefile
index 2f82a13fc672fecd7f69cdc42a93f56e5ec4d8ae..67b441c8020e0379a12a1f959e955c8f709101fc 100644 (file)
@@ -7,7 +7,7 @@ OBJS = factory.o \
           cpu_accel.o \
           filter_deinterlace.o
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -DARCH_X86
+CFLAGS += -I../../ -DARCH_X86
 
 SRCS := $(OBJS:.o=.c)