comparison ppc/check_altivec.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 7dd2a45249a9
children 06abedae2906
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
17 */ 17 */
18 18
19 19
20 /** 20 /**
21 * @file 21 * @file
22 * Checks for AltiVec presence. 22 * Check for AltiVec presence.
23 */ 23 */
24 24
25 #ifdef __APPLE__ 25 #ifdef __APPLE__
26 #undef _POSIX_C_SOURCE 26 #undef _POSIX_C_SOURCE
27 #include <sys/sysctl.h> 27 #include <sys/sysctl.h>