[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:27:34 CEST 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 31 01:24:24 2010 +0200| [5d65ae224ff5900b1a3a485c6baa6e5d2b3096ff] | committer: Jean-Baptiste Kempf
Contrib: activate mp4 and asf in taglib
Ref #3630
(cherry picked from commit 2ffc955f6a6565cf6609f4444c608c55c89b72ba)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=5d65ae224ff5900b1a3a485c6baa6e5d2b3096ff
---
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 53f5f31..59a0737 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2262,7 +2262,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