diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-05-19 17:01:59 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-05-19 19:26:21 +0200 |
commit | 90cb081f88e242bb208d7a25bf3ba9c797990caa (patch) | |
tree | ed3c6094b7fb6418b57d9f0f0367da428ebcd6a1 /Makefile | |
parent | 73b9f31c74ccec359a917a9efc314a0cba1c29c7 (diff) | |
download | ffmpeg-90cb081f88e242bb208d7a25bf3ba9c797990caa.tar.gz |
build: drop unused ALLMANPAGES variable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ TOOLS-$(CONFIG_ZLIB) += cws2fws BASENAMES = ffmpeg ffplay ffprobe ffserver ALLPROGS = $(BASENAMES:%=%$(PROGSSUF)$(EXESUF)) ALLPROGS_G = $(BASENAMES:%=%$(PROGSSUF)_g$(EXESUF)) -ALLMANPAGES = $(BASENAMES:%=%.1) FFLIBS-$(CONFIG_AVDEVICE) += avdevice FFLIBS-$(CONFIG_AVFILTER) += avfilter |