Changeset c70e1d1f06b70b47df99ace38f540d775be817c9
- 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
| r1bd0347 |
rc70e1d1 |
|
| 2294 | 2294 | |
|---|
| 2295 | 2295 | .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) |
|---|
| 2297 | 2297 | $(INSTALL_NAME) |
|---|
| 2298 | 2298 | touch $@ |
|---|