mirror of https://git.ffmpeg.org/ffmpeg.git
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-$(CONFIG_AVSERVER) += avserver
|
||||||
|
|
||||||
PROGS := $(PROGS-yes:%=%$(EXESUF))
|
PROGS := $(PROGS-yes:%=%$(EXESUF))
|
||||||
OBJS = cmdutils.o $(EXEOBJS)
|
|
||||||
OBJS-avconv = avconv_opt.o avconv_filter.o
|
OBJS-avconv = avconv_opt.o avconv_filter.o
|
||||||
TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64
|
TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64
|
||||||
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options
|
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options
|
||||||
|
|
Loading…
Reference in New Issue