set output frame aspect to consumer sample aspect, not display aspect.
[melted] / src / modules / avformat / Makefile
index 3d1e1cc..ade450a 100644 (file)
@@ -1,14 +1,17 @@
 include ../../../config.mak
+include config.mak
 
 TARGET = ../libmltavformat.so
 
 OBJS = factory.o \
           producer_avformat.o \
-          consumer_avformat.o
+          consumer_avformat.o \
+          filter_avdeinterlace.o \
+          filter_avresample.o
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64
+CFLAGS+=-I../..
 
-LDFLAGS = -lavformat -lavcodec
+LDFLAGS+=-lavformat -lavcodec $(EXTRA_LIBS)
 
 SRCS := $(OBJS:.o=.c)