[vlc-devel] commit: Fix libshout building for win32 ( Rafaël Carré )
git version control
git at videolan.org
Tue May 27 01:52:05 CEST 2008
vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Tue May 27 01:53:34 2008 +0200| [4844146fac6107e00cee8549bceb38d65d2ef98e]
Fix libshout building for win32
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4844146fac6107e00cee8549bceb38d65d2ef98e
---
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 4031290..0fe971e 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -747,7 +747,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_WIN32
patch -p0 < Patches/libshout-win32.patch
- (cd $@; aclocal && automake)
+ (cd $@; autoreconf)
endif
.shout: libshout .theora .ogg .speex
More information about the vlc-devel
mailing list