[vlc-devel] commit: theora contrib: run autogen.sh with the full configure arguments ( Rafaël Carré )
git version control
git at videolan.org
Mon Aug 31 13:32:51 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Aug 31 13:06:23 2009 +0200| [357b046da20adea22cf654c90bbdc1f7e084c96b] | committer: Rafaël Carré
theora contrib: run autogen.sh with the full configure arguments
It will run configure itself and can break when cross compiling
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=357b046da20adea22cf654c90bbdc1f7e084c96b
---
extras/contrib/src/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 656f25f..b8827c2 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -765,7 +765,6 @@ endif
ifdef HAVE_WIN32
patch -p0 < Patches/theora-doc.patch
endif
- (cd $@; ./autogen.sh)
THEORACONF = --disable-sdltest --disable-oggtest --disable-vorbistest --disable-examples
ifdef HAVE_WIN32
@@ -780,7 +779,7 @@ THEORACONF += --disable-asm
endif
.theora: libtheora .ogg
- (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) $(THEORACONF) && make && make install)
+ (cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) $(THEORACONF) && make && make install)
$(INSTALL_NAME)
touch $@
More information about the vlc-devel
mailing list