Changeset c70e1d1f06b70b47df99ace38f540d775be817c9

Show
Ignore:
Timestamp:
04/04/08 02:53:08 (6 months ago)
Author:
Pavlov Konstantin <thresh@videolan.org>
git-committer:
Pavlov Konstantin <thresh@videolan.org> 1207270388 +0400
git-parent:

[1bd034706f0346cd6a65e074797e5e95d7d2aabb]

git-author:
Pavlov Konstantin <thresh@videolan.org> 1207270388 +0400
Message:

Contrib: Fix build of taglib on win32.
Looks like taglib authors don't support autotools build system now.

Files:

Legend:

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

    r1bd0347 rc70e1d1  
    22942294 
    22952295.tag: taglib 
    2296     (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) 
     2296    (cd $<; $(HOSTCC) CXXFLAGS="-DMAKE_TAGLIB_LIB" ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) 
    22972297    $(INSTALL_NAME) 
    22982298    touch $@