X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2FMakefile;h=0ed2e6d5e264e6d73397aeab871df5197c754ddd;hb=980bd5cb1c17023459f0330397b817e18b9cb0c3;hp=19ef216c1e2a5dda144491b09b5b218e2ff8fb76;hpb=f2dda0fcd1c242afcd07f2c2ef98f8f6b3fb0e13;p=melted diff --git a/src/modules/sdl/Makefile b/src/modules/sdl/Makefile index 19ef216..0ed2e6d 100644 --- a/src/modules/sdl/Makefile +++ b/src/modules/sdl/Makefile @@ -5,9 +5,9 @@ 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` +LDFLAGS += `sdl-config --libs` SRCS := $(OBJS:.o=.c)