Fixes threaded pixbuf usage and removes flash when swicthing between sdl preview...
[melted] / src / modules / vorbis / Makefile
index cf23e64..74a84d8 100644 (file)
@@ -7,7 +7,9 @@ OBJS = factory.o \
 
 CFLAGS += -I../..
 
-LDFLAGS = -lvorbisfile -lvorbis
+LDFLAGS += -lvorbisfile -lvorbis
+
+LDFLAGS+=-L../../framework -lmlt
 
 SRCS := $(OBJS:.o=.c)