Commit 5bb741ba authored by Rafaël Carré's avatar Rafaël Carré

contrib: theora: remove useless leftover

UPDATE_AUTOCONFIG alone does the job
parent 42551ce3
...@@ -17,7 +17,6 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz: ...@@ -17,7 +17,6 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz:
libtheora: libtheora-$(THEORA_VERSION).tar.xz .sum-theora libtheora: libtheora-$(THEORA_VERSION).tar.xz .sum-theora
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/theora/libtheora-includes.patch $(APPLY) $(SRC)/theora/libtheora-includes.patch
echo 'ACLOCAL_AMFLAGS = -I m4' >> $(UNPACK_DIR)/Makefile.am
$(UPDATE_AUTOCONFIG) $(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
...@@ -47,9 +46,6 @@ endif ...@@ -47,9 +46,6 @@ endif
DEPS_theora = ogg $(DEPS_ogg) DEPS_theora = ogg $(DEPS_ogg)
.theora: libtheora .theora: libtheora
ifdef HAVE_WIN32
$(RECONF)
endif
cd $< && $(HOSTVARS) ./configure $(THEORACONF) cd $< && $(HOSTVARS) ./configure $(THEORACONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
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