[vlc-commits] Contribs: fix regression in goom compilation

Jean-Baptiste Kempf git at videolan.org
Sun Jan 23 18:13:11 CET 2011


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 23 18:11:58 2011 +0100| [6cd61f24d3d70a8ecbc93003a591fffeb5278701] | committer: Jean-Baptiste Kempf

Contribs: fix regression in goom compilation

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index d522443..e9b78f3 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1325,7 +1325,7 @@ ifdef HAVE_DARWIN
 	patch -p0 < Patches/goom2k4-osx.patch
 endif
 	patch -p0 < Patches/goom2k4-noxmmx.patch
-	(cd $@; rm -f configure; autoreconf -ivf)
+	(cd $@; rm -f configure; ACLOCAL="aclocal -I m4/" autoreconf -ivf)
 
 .goom2k4: goom
 	(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared --enable-static --disable-glibtest --disable-gtktest && make && make install)



More information about the vlc-commits mailing list