[FFmpeg-cvslog] Makefile: remove unused variable ALLHTMLPAGES
Mans Rullgard
git
Wed Feb 2 03:56:26 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Feb 1 02:24:20 2011 +0000| [10ed02eb395293d8f1ebc1d8795b3d004036b281] | committer: Michael Niedermayer
Makefile: remove unused variable ALLHTMLPAGES
Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit f3619680a7b14415479376b2c35a481c8f43927e)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10ed02eb395293d8f1ebc1d8795b3d004036b281
---
Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index a2d90ca..356ba29 100644
--- 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
More information about the ffmpeg-cvslog
mailing list