[FFmpeg-cvslog] Fix ALLPROGS_G so that *_g binaries get cleaned properly
Daniel Verkamp
git
Wed Jan 26 04:01:17 CET 2011
ffmpeg | branch: master | Daniel Verkamp <daniel at drv.nu> | Tue Jan 25 07:58:18 2011 +0000| [859749e088a4b88413c581b705b1e59eb7d7f373] | committer: Michael Niedermayer
Fix ALLPROGS_G so that *_g binaries get cleaned properly
Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 3adbe49f2b1a25d2fd44080167b6519c4ce4e30e)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=859749e088a4b88413c581b705b1e59eb7d7f373
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index a1fd7b4..2fe605a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ HOSTPROGS := $(TESTPROGS:%=tests/%)
BASENAMES = ffmpeg ffplay ffprobe ffserver
ALLPROGS = $(BASENAMES:%=%$(EXESUF))
-ALLPROGS_G = $(BASENAMES:%=_g$(EXESUF))
+ALLPROGS_G = $(BASENAMES:%=%_g$(EXESUF))
ALLMANPAGES = $(BASENAMES:%=%.1)
ALLHTMLPAGES= $(BASENAMES:%=%.html)
More information about the ffmpeg-cvslog
mailing list