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

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 35cc7c922a76
children a8a79f5385f6
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef DSPUTIL_PPC_H 21 #ifndef FFMPEG_DSPUTIL_PPC_H
22 #define DSPUTIL_PPC_H 22 #define FFMPEG_DSPUTIL_PPC_H
23 23
24 #ifdef CONFIG_POWERPC_PERF 24 #ifdef CONFIG_POWERPC_PERF
25 void powerpc_display_perf_report(void); 25 void powerpc_display_perf_report(void);
26 /* the 604* have 2, the G3* have 4, the G4s have 6, 26 /* the 604* have 2, the G3* have 4, the G4s have 6,
27 and the G5 are completely different (they MUST use 27 and the G5 are completely different (they MUST use
150 #define POWERPC_PERF_DECLARE(a, cond) int altivec_placeholder __attribute__ ((unused)) 150 #define POWERPC_PERF_DECLARE(a, cond) int altivec_placeholder __attribute__ ((unused))
151 #define POWERPC_PERF_START_COUNT(a, cond) do {} while (0) 151 #define POWERPC_PERF_START_COUNT(a, cond) do {} while (0)
152 #define POWERPC_PERF_STOP_COUNT(a, cond) do {} while (0) 152 #define POWERPC_PERF_STOP_COUNT(a, cond) do {} while (0)
153 #endif /* CONFIG_POWERPC_PERF */ 153 #endif /* CONFIG_POWERPC_PERF */
154 154
155 #endif /* DSPUTIL_PPC_H */ 155 #endif /* FFMPEG_DSPUTIL_PPC_H */