From: Jean-Baptiste Kempf Date: Sun, 30 May 2010 23:24:24 +0000 (+0200) Subject: Contrib: activate mp4 and asf in taglib X-Git-Tag: 1.2.0-pre1~6385 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2ffc955f6a6565cf6609f4444c608c55c89b72ba;p=vlc Contrib: activate mp4 and asf in taglib Ref #3630 --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index b270d1f8ec..9936711d2a 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -2272,7 +2272,7 @@ ifdef HAVE_CYGWIN endif .tag: taglib - (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) + (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --enable-mp4 --enable-asf --prefix=$(PREFIX) && make && make install) $(INSTALL_NAME) touch $@