Changeset 9d98ad6a2c546d5e8f7278db25c8c12d91c56061
- 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
| rd3e0b1b |
r9d98ad6 |
|
| 2311 | 2311 | taglib: taglib-$(TAGLIB_VERSION).tar.gz |
|---|
| 2312 | 2312 | $(EXTRACT_GZ) |
|---|
| | 2313 | ifdef HAVE_WIN32 |
|---|
| | 2314 | patch -p0 < Patches/taglib.patch |
|---|
| | 2315 | endif |
|---|
| 2313 | 2316 | ifdef HAVE_CYGWIN |
|---|
| 2314 | | patch -p0 <Patches/taglib-cygwin.patch |
|---|
| | 2317 | patch -p0 < Patches/taglib-cygwin.patch |
|---|
| 2315 | 2318 | endif |
|---|
| 2316 | 2319 | |
|---|
| 2317 | 2320 | .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) |
|---|
| 2319 | 2322 | $(INSTALL_NAME) |
|---|
| 2320 | 2323 | touch $@ |
|---|