Commit 5d65ae22 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: activate mp4 and asf in taglib

Ref #3630
(cherry picked from commit 2ffc955f)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e7c3a142
...@@ -2262,7 +2262,7 @@ ifdef HAVE_CYGWIN ...@@ -2262,7 +2262,7 @@ ifdef HAVE_CYGWIN
endif endif
.tag: taglib .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) $(INSTALL_NAME)
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