[vlc-commits] contrib: mad: remove outdated autotools files

Steve Lhomme git at videolan.org
Fri May 25 17:02:06 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri May 25 16:58:46 2018 +0200| [f78156c1e8e67047288f0209e844307bd771a4b6] | committer: Steve Lhomme

contrib: mad: remove outdated autotools files

Otherwise it may try to use an old version if it's installed

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f78156c1e8e67047288f0209e844307bd771a4b6
---

 contrib/src/mad/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/mad/rules.mak b/contrib/src/mad/rules.mak
index 0c65eb58c5..2ac71ee719 100644
--- a/contrib/src/mad/rules.mak
+++ b/contrib/src/mad/rules.mak
@@ -42,6 +42,7 @@ endif
 	$(APPLY) $(SRC)/mad/mad-mips-h-constraint-removal.patch
 	$(APPLY) $(SRC)/mad/mad-foreign.patch
 	$(APPLY) $(SRC)/mad/check-bitstream-length.patch
+	cd $(UNPACK_DIR) && rm -rf aclocal.m4 Makefile.in
 	$(MOVE)
 
 .mad: libmad



More information about the vlc-commits mailing list