[vlc-devel] commit: Contrib: Fix build of taglib on win32. (Pavlov Konstantin )
git version control
git at videolan.org
Fri Apr 4 02:53:20 CEST 2008
vlc | branch: master | Pavlov Konstantin <thresh at videolan.org> | Fri Apr 4 04:53:08 2008 +0400| [c70e1d1f06b70b47df99ace38f540d775be817c9]
Contrib: Fix build of taglib on win32.
Looks like taglib authors don't support autotools build system now.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c70e1d1f06b70b47df99ace38f540d775be817c9
---
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 f9d5975..494a572 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2293,7 +2293,7 @@ ifdef HAVE_CYGWIN
endif
.tag: taglib
- (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
+ (cd $<; $(HOSTCC) CXXFLAGS="-DMAKE_TAGLIB_LIB" ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
touch $@
More information about the vlc-devel
mailing list