[vlc-commits] [Git][videolan/vlc][master] 2 commits: Revert "contrib: mad: remove outdated autotools files"
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Sat Jun 29 14:09:24 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ca3f3d3f by Steve Lhomme at 2024-06-29T13:28:17+00:00
Revert "contrib: mad: remove outdated autotools files"
This reverts commit f78156c1e8e67047288f0209e844307bd771a4b6.
It seems removing the aclocal.m4 is not needed anymore.
The Makefile.in will be generated anyway since we run RECONF.
- - - - -
d0213dd4 by Steve Lhomme at 2024-06-29T13:28:17+00:00
Revert "contrib: sidplay2: remove cached autoconf files"
This reverts commit b409b390fb9adcebb46320f8da3f294789adbcdf.
It seems removing the aclocal.m4 is not needed anymore.
The Makefile.in configure will be generated anyway since we run AUTORECONF.
- - - - -
2 changed files:
- contrib/src/mad/rules.mak
- contrib/src/sidplay2/rules.mak
Changes:
=====================================
contrib/src/mad/rules.mak
=====================================
@@ -42,7 +42,6 @@ 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
=====================================
contrib/src/sidplay2/rules.mak
=====================================
@@ -38,11 +38,6 @@ sidplay-libs: sidplay-libs-$(SID_VERSION).tar.gz .sum-sidplay2
 
 .sidplay2: sidplay-libs
 	$(REQUIRE_GPL)
-	for d in . libsidplay builders resid builders/resid-builder \
-			builders/hardsid-builder libsidutils ; \
-	do \
-		(cd $</$$d && rm -rf aclocal.m4 Makefile.in configure) || exit $$? ; \
-	done
 	for d in . libsidplay resid builders/resid-builder \
 			builders/hardsid-builder libsidutils ; \
 	do \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0c40c342e31da4409e0225c18af166321a00e29a...d0213dd4769de933ba4021055a96d31315c4c28b
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0c40c342e31da4409e0225c18af166321a00e29a...d0213dd4769de933ba4021055a96d31315c4c28b
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list