comparison ppc/gcc_fixes.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 55ed6dc5d476
children 3b73d2fbc9e4
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
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_H 23 #ifndef FFMPEG_GCC_FIXES_H
24 #define GCC_FIXES_H 24 #define FFMPEG_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
95 ((vector unsigned int) ff_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \ 95 ((vector unsigned int) ff_vmrglw ((vector signed int) (a1), (vector signed int) (a2))), \
96 __altivec_link_error_invalid_argument ()))))))) 96 __altivec_link_error_invalid_argument ())))))))
97 97
98 #endif 98 #endif
99 99
100 #endif /* GCC_FIXES_H */ 100 #endif /* FFMPEG_GCC_FIXES_H */