Commit 357b046d authored by Rafaël Carré's avatar Rafaël Carré

theora contrib: run autogen.sh with the full configure arguments

It will run configure itself and can break when cross compiling
parent c1bc979e
...@@ -765,7 +765,6 @@ endif ...@@ -765,7 +765,6 @@ endif
ifdef HAVE_WIN32 ifdef HAVE_WIN32
patch -p0 < Patches/theora-doc.patch patch -p0 < Patches/theora-doc.patch
endif endif
(cd $@; ./autogen.sh)
THEORACONF = --disable-sdltest --disable-oggtest --disable-vorbistest --disable-examples THEORACONF = --disable-sdltest --disable-oggtest --disable-vorbistest --disable-examples
ifdef HAVE_WIN32 ifdef HAVE_WIN32
...@@ -780,7 +779,7 @@ THEORACONF += --disable-asm ...@@ -780,7 +779,7 @@ THEORACONF += --disable-asm
endif endif
.theora: libtheora .ogg .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) $(INSTALL_NAME)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment