[vlc-commits] commit: Contrib: activate mp4 and asf in taglib (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Mon May 31 01:24:44 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 31 01:24:24 2010 +0200| [2ffc955f6a6565cf6609f4444c608c55c89b72ba] | committer: Jean-Baptiste Kempf
Contrib: activate mp4 and asf in taglib
Ref #3630
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ffc955f6a6565cf6609f4444c608c55c89b72ba
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index b270d1f..9936711 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 $@
More information about the vlc-commits
mailing list