Changeset 9d98ad6a2c546d5e8f7278db25c8c12d91c56061

Show
Ignore:
Timestamp:
04/13/08 19:53:58 (3 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1208109238 +0100
git-parent:

[d3e0b1b2fe91e06fefd175cd267103bec56b6f55]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1208108914 +0100
Message:

Fix win32 taglib linking

Don't use the export things in taglib as we don't need it and it's buggy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rd3e0b1b r9d98ad6  
    23112311taglib: taglib-$(TAGLIB_VERSION).tar.gz 
    23122312    $(EXTRACT_GZ) 
     2313ifdef HAVE_WIN32 
     2314    patch -p0 < Patches/taglib.patch 
     2315endif 
    23132316ifdef HAVE_CYGWIN 
    2314     patch -p0 <Patches/taglib-cygwin.patch 
     2317    patch -p0 < Patches/taglib-cygwin.patch 
    23152318endif 
    23162319 
    23172320.tag: taglib 
    2318     (cd $<; $(HOSTCC) CXXFLAGS="-DMAKE_TAGLIB_LIB" ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) 
     2321    (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) 
    23192322    $(INSTALL_NAME) 
    23202323    touch $@