]> git.sesse.net Git - vlc/commitdiff
contrib: theora: do not run autoreconf
authorRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 18:12:42 +0000 (11:12 -0700)
committerRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 18:30:38 +0000 (11:30 -0700)
contrib/src/theora/rules.mak

index f51a04086a945c0f8aa6980c5231faaa2b111550..40247882c4d4975a396b85e7b82a6cb4bbcacf3a 100644 (file)
@@ -45,7 +45,6 @@ endif
 DEPS_theora = ogg $(DEPS_ogg)
 
 .theora: libtheora
-       cd $< && autoreconf -ivf -I m4
        cd $< && $(HOSTVARS) ./configure $(THEORACONF)
        cd $< && $(MAKE) install
        touch $@