vlc/vlc-2.2 | branch: master | Rafaël Carré <[email protected]> | Sat Jul 26 18:21:46 2014 +0200| [3780bc88792205ca8157e6b668bea2aaaf6bc458] | committer: Jean-Baptiste Kempf
contrib: mpc: fix sum rule (cherry picked from commit e06b50e02c2a73a0d1f26922e98ec90304ff2a49) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3780bc88792205ca8157e6b668bea2aaaf6bc458 --- contrib/src/mpcdec/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/mpcdec/rules.mak b/contrib/src/mpcdec/rules.mak index 7acce82..e0c004a 100644 --- a/contrib/src/mpcdec/rules.mak +++ b/contrib/src/mpcdec/rules.mak @@ -20,7 +20,7 @@ $(TARBALLS)/musepack_src_r$(MUSE_REV).tar.gz: # $(SVN) export $(MUSE_SVN) -r $(MUSE_REV) musepack_src_r$(MUSE_REV) # tar czv musepack_src_r$(MUSE_REV) > $@ -#.sum-mpcdec: musepack_src_r$(MUSE_REV).tar.gz +.sum-mpcdec: musepack_src_r$(MUSE_REV).tar.gz # $(warning $@ not implemented) # touch $@ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
