From fe2147e93612cdcb4101b3b087f9a9f1835dba11 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 2 Aug 2012 08:24:02 +0200 Subject: avconv: split configuring filter configuration to a separate file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6477059c3f..1a4858d08d 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ PROGS-$(CONFIG_AVSERVER) += avserver PROGS := $(PROGS-yes:%=%$(EXESUF)) OBJS = cmdutils.o -OBJS-avconv = avconv_opt.o +OBJS-avconv = avconv_opt.o avconv_filter.o TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64 HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options TOOLS = qt-faststart trasher -- cgit v1.2.3