Changeset 12efcf820dd8163b5a7f7f351d2ae6ca5b688f48
- Timestamp:
- 04/10/07 23:37:30
(1 year ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1191533850 +0000
- git-parent:
[6323d0de6d43801cfad09abef8ea087b36e3d8d8]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1191533850 +0000
- Message:
Contribs: flac patch for broken CYGWIN :D
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r037b7ad |
r12efcf8 |
|
| 810 | 810 | flac: flac-$(FLAC_VERSION).tar.gz |
|---|
| 811 | 811 | $(EXTRACT_GZ) |
|---|
| | 812 | ifdef HAVE_CYGWIN |
|---|
| | 813 | patch -p0 < Patches/flac-win32.patch |
|---|
| | 814 | endif |
|---|
| 812 | 815 | |
|---|
| 813 | 816 | FLAC_DISABLE_FLAGS = --disable-oggtest --disable-xmms-plugin --disable-cpplibs |
|---|