[vlc-commits] contrib: libmpeg2 has autotool files in a custom dir

Rafaël Carré git at videolan.org
Thu Jan 5 02:27:33 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jan  4 20:08:17 2012 -0500| [ebb59d3627b60e4f7547d0e36805c99e9d8e94c8] | committer: Rafaël Carré

contrib: libmpeg2 has autotool files in a custom dir

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

 contrib/src/libmpeg2/rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/src/libmpeg2/rules.mak b/contrib/src/libmpeg2/rules.mak
index 6fcf64e..2b2bf10 100644
--- a/contrib/src/libmpeg2/rules.mak
+++ b/contrib/src/libmpeg2/rules.mak
@@ -17,7 +17,7 @@ libmpeg2: libmpeg2-$(LIBMPEG2_VERSION).tar.gz .sum-libmpeg2
 	$(UNPACK)
 	$(APPLY) $(SRC)/libmpeg2/libmpeg2-arm-pld.patch
 	$(APPLY) $(SRC)/libmpeg2/libmpeg2-mc-neon.patch
-	$(UPDATE_AUTOCONFIG)
+	$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv config.guess config.sub .auto
 	$(MOVE)
 
 .libmpeg2: libmpeg2



More information about the vlc-commits mailing list