[gst-cvs] gst-openmax: git-version-gen: fix for old versions of git

Felipe Contreras felipec at kemper.freedesktop.org
Sun Apr 26 06:33:28 PDT 2009


Module: gst-openmax
Branch: master
Commit: 1ad8560884974b565b80f8520214ccbf2d55c0e5
URL:    http://cgit.freedesktop.org/gstreamer/gst-openmax/commit/?id=1ad8560884974b565b80f8520214ccbf2d55c0e5

Author: Felipe Contreras <felipe.contreras at gmail.com>
Date:   Thu Apr  9 02:41:18 2009 +0300

git-version-gen: fix for old versions of git

Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>

---

 build-aux/git-version-gen |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
index 7cb2ad8..b3f221b 100755
--- a/build-aux/git-version-gen
+++ b/build-aux/git-version-gen
@@ -4,7 +4,7 @@ if test -f .tarball-version
 then
 	v=`cat .tarball-version`
 else
-        v=`git describe --tags --match='v*'`
+        v=`git describe --tags`
 fi
 
 # remove initial 'v'





More information about the Gstreamer-commits mailing list