diff options
author | Mans Rullgard <mans@mansr.com> | 2012-07-20 11:01:19 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-07-26 23:58:59 +0100 |
commit | b9d3c3784865090e202483c73cc158f7d3918771 (patch) | |
tree | 813fe5a1b1834f9d44cddfae930538b31dcfba08 /doc | |
parent | a758c5e2594893c0e7e1c5d966d6e486e2a77bb3 (diff) | |
download | ffmpeg-b9d3c3784865090e202483c73cc158f7d3918771.tar.gz |
build: use COMPILE template for HOSTOBJS
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 15e7323acc..8f9067417c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,8 +17,6 @@ documentation: $(DOCS) TEXIDEP = awk '/^@include/ { printf "$@: $(@D)/%s\n", $$2 }' <$< >$(@:%=%.d) -doc/print_options.o: libavformat/options_table.h libavcodec/options_table.h - GENTEXI = format codec GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi) |