Changeset 0f84287f5e076aad4e66bd4c6c708d9e8b654c3a
- Timestamp:
- 04/25/08 12:15:51
(4 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1209118551 +0200
- git-parent:
[8955d66081a98bc43bf9d0e85f9973174ee7b773]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1209118551 +0200
- Message:
Use the user's native MacOSX-SDK if none is given.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r910de3f |
r0f84287 |
|
| 223 | 223 | enable_xvideo="no" |
|---|
| 224 | 224 | echo " Assuming --disable-xvideo" |
|---|
| 225 | | |
|---|
| 226 | | with_macosx_sdk="" |
|---|
| 227 | | echo " Compiling with default SDK" |
|---|
| 228 | 225 | fi |
|---|
| 229 | 226 | if test ".`uname -p`" = ".i386"; then |
|---|