[vlc-commits] Contrib: delete the libdts.a symlink
Jean-Baptiste Kempf
git at videolan.org
Fri Feb 20 15:26:46 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 20 15:26:18 2015 +0100| [b7f623c96a7cd243af3661842df5ee6d7ab0bcd6] | committer: Jean-Baptiste Kempf
Contrib: delete the libdts.a symlink
It's useless for us and annoying on Windows
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7f623c96a7cd243af3661842df5ee6d7ab0bcd6
---
contrib/src/dca/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/dca/rules.mak b/contrib/src/dca/rules.mak
index 5857fcd..5a5a8a6 100644
--- a/contrib/src/dca/rules.mak
+++ b/contrib/src/dca/rules.mak
@@ -27,4 +27,5 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -std=gnu89" ./configure $(HOSTCONF)
cd $< && $(MAKE) -C include install
cd $< && $(MAKE) -C libdca install
+ rm -f $(PREFIX)/lib/libdts.a
touch $@
More information about the vlc-commits
mailing list