build: Remove redundant OBJS declaration intended for programs

This commit is contained in:
Diego Biurrun 2013-11-02 15:53:43 +01:00
parent d763978583
commit 8b63ebcb03
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ PROGS-$(CONFIG_AVPROBE) += avprobe
PROGS-$(CONFIG_AVSERVER) += avserver
PROGS := $(PROGS-yes:%=%$(EXESUF))
OBJS = cmdutils.o $(EXEOBJS)
OBJS-avconv = avconv_opt.o avconv_filter.o
TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options