[SCM] libav/experimental: Fix ALLPROGS_G so that *_g binaries get cleaned properly

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:22:39 UTC 2013


The following commit has been merged in the experimental branch:
commit 3adbe49f2b1a25d2fd44080167b6519c4ce4e30e
Author: Daniel Verkamp <daniel at drv.nu>
Date:   Tue Jan 25 07:58:18 2011 +0000

    Fix ALLPROGS_G so that *_g binaries get cleaned properly
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

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)
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list