[FFmpeg-cvslog] Makefile: remove unused PROGS_G.

Clément Bœsch git at videolan.org
Thu Sep 1 20:26:45 CEST 2011


ffmpeg | branch: master | Clément Bœsch <clement.boesch at smartjog.com> | Mon Aug 29 17:52:16 2011 +0200| [f738388bba2e42068974892724e66ec03033ee6b] | committer: Clément Bœsch

Makefile: remove unused PROGS_G.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f738388bba2e42068974892724e66ec03033ee6b
---

 Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 0a6d388..ef1f3d4 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ PROGS-$(CONFIG_FFPROBE)  += ffprobe
 PROGS-$(CONFIG_FFSERVER) += ffserver
 
 PROGS      := $(PROGS-yes:%=%$(EXESUF))
-PROGS_G     = $(PROGS-yes:%=%_g$(EXESUF))
 OBJS        = $(PROGS-yes:%=%.o) cmdutils.o
 TESTTOOLS   = audiogen videogen rotozoom tiny_psnr base64
 HOSTPROGS  := $(TESTTOOLS:%=tests/%)



More information about the ffmpeg-cvslog mailing list