More configure and build tuning
[melted] / src / modules / avformat / Makefile
index 5ca3662..296fc6c 100644 (file)
@@ -8,7 +8,7 @@ OBJS = factory.o \
 
 CFLAGS += -I../..
 
-LDFLAGS = -lavformat -lavcodec
+LDFLAGS += -lavformat -lavcodec
 
 SRCS := $(OBJS:.o=.c)