projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f939f5
)
Makefile: remove unused variable ALLHTMLPAGES
author
Mans Rullgard
<mans@mansr.com>
Tue, 1 Feb 2011 02:24:20 +0000
(
02:24
+0000)
committer
Mans Rullgard
<mans@mansr.com>
Tue, 1 Feb 2011 12:33:13 +0000
(12:33 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a2d90cae3e7a097d00baabdd5e95c0e5bd8e93e4..356ba29d6e8ee26d3340665e8cd3a4214bb67d75 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,6
@@
BASENAMES = ffmpeg ffplay ffprobe ffserver
ALLPROGS = $(BASENAMES:%=%$(EXESUF))
ALLPROGS_G = $(BASENAMES:%=%_g$(EXESUF))
ALLMANPAGES = $(BASENAMES:%=%.1)
-ALLHTMLPAGES= $(BASENAMES:%=%.html)
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
FFLIBS-$(CONFIG_AVFILTER) += avfilter