Skip to content
Snippets Groups Projects
Commit 5bb741ba authored by Rafaël Carré's avatar Rafaël Carré
Browse files

contrib: theora: remove useless leftover

UPDATE_AUTOCONFIG alone does the job
parent 42551ce3
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ $(TARBALLS)/libtheora-$(THEORA_VERSION).tar.xz:
libtheora: libtheora-$(THEORA_VERSION).tar.xz .sum-theora
$(UNPACK)
$(APPLY) $(SRC)/theora/libtheora-includes.patch
echo 'ACLOCAL_AMFLAGS = -I m4' >> $(UNPACK_DIR)/Makefile.am
$(UPDATE_AUTOCONFIG)
$(MOVE)
......@@ -47,9 +46,6 @@ endif
DEPS_theora = ogg $(DEPS_ogg)
.theora: libtheora
ifdef HAVE_WIN32
$(RECONF)
endif
cd $< && $(HOSTVARS) ./configure $(THEORACONF)
cd $< && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment