Changeset 9ad405aa7f4a406dfee972c9472967b66d8a80d4
- Timestamp:
- 04/16/08 14:30:01
(3 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1208349001 +0200
- git-parent:
[e2d0b5538638666010cc0d5e357f8003c86953a5]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1208348973 +0200
- Message:
Update yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on Darwin.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8bd5140 |
r9ad405a |
|
| 217 | 217 | FLUID_VERSION=1.0.8 |
|---|
| 218 | 218 | FLUID_URL=http://download.savannah.gnu.org/releases/fluid/fluidsynth-$(FLUID_VERSION).tar.gz |
|---|
| 219 | | YASM_VERSION=0.6.2 |
|---|
| | 219 | YASM_VERSION=0.7.0 |
|---|
| 220 | 220 | YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz |
|---|