summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-04 01:20:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-04 01:20:46 +0100
commit1a4ffa5b136a112935e7db19eb49e6042c6d5143 (patch)
treeebacb4ce290422cfe893bc96180d961fa7b7a43f /Makefile
parent3220a894f794607efab96ec3837e4c64f19f75ea (diff)
parent8b63ebcb038683a6a772d0e9d9518b60bbd9a22f (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: build: Remove redundant OBJS declaration intended for programs Conflicts: Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46d4d526fe..a44a29a9c1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,6 @@ PROGS-$(CONFIG_FFSERVER) += ffserver
PROGS := $(PROGS-yes:%=%$(PROGSSUF)$(EXESUF))
INSTPROGS = $(PROGS-yes:%=%$(PROGSSUF)$(EXESUF))
-OBJS = cmdutils.o $(EXEOBJS)
OBJS-ffmpeg = ffmpeg_opt.o ffmpeg_filter.o
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options