]> git.sesse.net Git - mlt/blobdiff - src/modules/core/Makefile
Configure and build tuning
[mlt] / src / modules / core / Makefile
index a906252b7bdaf3e02bae8fd8a0285a7d7f9beff3..5ea5606ac763428dad76dfd96cf71170aefe96fa 100644 (file)
@@ -24,7 +24,7 @@ OBJS = factory.o \
 
 ASM_OBJS = composite_line_yuv_mmx.o
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -DUSE_MMX -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS += -I../..
 
 SRCS := $(OBJS:.o=.c)