mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
doc/Makefile fix PROGS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
325c918fa3
commit
f1db007e00
@ -41,7 +41,7 @@ ALL_DOC_EXAMPLES = muxing
|
||||
|
||||
DOC_EXAMPLES := $(DOC_EXAMPLES-yes:%=doc/examples/%$(EXESUF))
|
||||
ALL_DOC_EXAMPLES := $(ALL_DOC_EXAMPLES:%=doc/examples/%$(EXESUF))
|
||||
PROGS += $(DOC_EXAMPLES)
|
||||
PROGS += $(DOC_EXAMPLES-yes:%=doc/examples/%)
|
||||
|
||||
all-$(CONFIG_DOC): doc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user