comparison ppc/gcc_fixes.h @ 5567:35cc7c922a76 libavcodec

Identifiers starting with underscores are reserved.
author diego
date Wed, 22 Aug 2007 12:41:16 +0000
parents c8c591fe26f8
children 204273dd0349
comparison
equal deleted inserted replaced
5566:bee74f94dafe 5567:35cc7c922a76
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #ifndef _GCC_FIXES_ 23 #ifndef GCC_FIXES_H
24 #define _GCC_FIXES_ 24 #define GCC_FIXES_H
25 25
26 #ifdef HAVE_ALTIVEC_H 26 #ifdef HAVE_ALTIVEC_H
27 #include <altivec.h> 27 #include <altivec.h>
28 #endif 28 #endif
29 29
114 #define const_vector const vector 114 #define const_vector const vector
115 #else 115 #else
116 #define const_vector vector 116 #define const_vector vector
117 #endif 117 #endif
118 118
119 #endif /* _GCC_FIXES_ */ 119 #endif /* GCC_FIXES_H */