mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
build: Remove redundant OBJS declaration intended for programs
This commit is contained in:
parent
d763978583
commit
8b63ebcb03
1
Makefile
1
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user