]> git.sesse.net Git - mlt/blobdiff - src/modules/sdl/Makefile
Configure and build tuning
[mlt] / src / modules / sdl / Makefile
index 19ef216c1e2a5dda144491b09b5b218e2ff8fb76..b7372cf1cd6bc386f9e29e355df2ecc7ace0463c 100644 (file)
@@ -5,7 +5,7 @@ TARGET = ../libmltsdl.so
 OBJS = factory.o \
           consumer_sdl.o 
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ `sdl-config --cflags` -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS += -I../.. `sdl-config --cflags`
 
 LDFLAGS= `sdl-config --libs`