Changeset e7c2a27eea81f314e7bb109a1ed0026ff70483c1
- Timestamp:
- 26/09/07 23:56:48
(1 year ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1190843808 +0000
- git-parent:
[1c60a0f6915a28ed037e1c6c8df6eff20b83b27b]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1190843808 +0000
- Message:
Fix flac compilation
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0f0e249 |
re7c2a27 |
|
| 808 | 808 | (patch -p0 < Patches/flac-cross.patch) |
|---|
| 809 | 809 | endif |
|---|
| | 810 | ifdef HAVE_WIN32 |
|---|
| | 811 | patch -p0 < Patches/flac-win32.patch |
|---|
| | 812 | endif |
|---|
| 810 | 813 | cd $@ && autoconf |
|---|
| 811 | 814 | |
|---|