Changeset 2f503efb30012f749a443ca3c12f5ea1e7618426
- Timestamp:
- 01/31/06 21:00:49 (3 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1138737649 +0000
- git-parent:
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1138737649 +0000
- Message:
* Changed the defined( SYS_DARWIN ) of the --altivec option to a ppc
ppc64 check
- Files:
- src/libvlc.c (modified) (1 diff)
- src/libvlc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/libvlc.c
r0950551 r2f503ef 646 646 libvlc.i_cpu &= ~CPU_CAPABILITY_SSE2; 647 647 #endif 648 #if defined( __powerpc__ ) || defined( SYS_DARWIN)648 #if defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ ) 649 649 if( !config_GetInt( p_vlc, "altivec" ) ) 650 650 libvlc.i_cpu &= ~CPU_CAPABILITY_ALTIVEC; src/libvlc.h
rec98101 r2f503ef 1354 1354 add_bool( "sse2", 1, NULL, SSE2_TEXT, SSE2_LONGTEXT, VLC_TRUE ); 1355 1355 #endif 1356 #if defined( __powerpc__ ) || defined( SYS_DARWIN)1356 #if defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc64__ ) 1357 1357 add_bool( "altivec", 1, NULL, ALTIVEC_TEXT, ALTIVEC_LONGTEXT, VLC_TRUE ); 1358 1358 #endif
Download in other formats:
Powered by Trac 0.10.3
By Edgewall Software.Visit the Trac open source project at
http://trac.edgewall.com/
