Changeset 2e32646b32764bb4cd4eb446fdef087eed3cc71a
- Timestamp:
- 13/08/08 01:51:47
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218585107 +0200
- git-parent:
[4ca43f740922fb01134c0b231c31a3d512b1cc46]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218584954 +0200
- Message:
cpu: Don't warn if we don't support altivec.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd666030 |
r2e32646 |
|
| 295 | 295 | |
|---|
| 296 | 296 | signal( SIGILL, pf_sigill ); |
|---|
| | 297 | # else |
|---|
| | 298 | (void)SigHandler; /* Don't complain about dead code here */ |
|---|
| 297 | 299 | # endif |
|---|
| 298 | 300 | |
|---|