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
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 $@
......
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