]> git.sesse.net Git - vlc/commitdiff
Contrib: Fix build of taglib on win32.
authorPavlov Konstantin <thresh@videolan.org>
Fri, 4 Apr 2008 00:53:08 +0000 (04:53 +0400)
committerPavlov Konstantin <thresh@videolan.org>
Fri, 4 Apr 2008 00:53:08 +0000 (04:53 +0400)
Looks like taglib authors don't support autotools build system now.

extras/contrib/src/Makefile

index f9d5975226a651f97ea2f43bcda56d7a94ab8610..494a5720963d73d02b3db5518a69941a7105adb3 100644 (file)
@@ -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 $@