[vlc-commits] contrib: enable gme
Rémi Denis-Courmont
git at videolan.org
Mon Jul 4 22:49:11 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jul 4 23:35:21 2011 +0300| [06091e17f31cdd17e600f51bb5f85a3ceacb8267] | committer: Rémi Denis-Courmont
contrib: enable gme
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06091e17f31cdd17e600f51bb5f85a3ceacb8267
---
contrib/src/gme/rules.mak | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/src/gme/rules.mak b/contrib/src/gme/rules.mak
index 9018629..182494f 100644
--- a/contrib/src/gme/rules.mak
+++ b/contrib/src/gme/rules.mak
@@ -3,6 +3,8 @@
GME_VERSION := 0.5.5
GME_URL := http://game-music-emu.googlecode.com/files/game-music-emu-$(GME_VERSION).tbz2
+PKGS += gme
+
$(TARBALLS)/game-music-emu-$(GME_VERSION).tar.bz2:
$(call download,$(GME_URL))
More information about the vlc-commits
mailing list