comparison ppc/dsputil_ppc.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents a8a79f5385f6
children eebc7209c47f
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
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 FFMPEG_DSPUTIL_PPC_H 21 #ifndef AVCODEC_PPC_DSPUTIL_PPC_H
22 #define FFMPEG_DSPUTIL_PPC_H 22 #define AVCODEC_PPC_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
147 #define POWERPC_PERF_DECLARE(a, cond) int altivec_placeholder __attribute__ ((unused)) 147 #define POWERPC_PERF_DECLARE(a, cond) int altivec_placeholder __attribute__ ((unused))
148 #define POWERPC_PERF_START_COUNT(a, cond) do {} while (0) 148 #define POWERPC_PERF_START_COUNT(a, cond) do {} while (0)
149 #define POWERPC_PERF_STOP_COUNT(a, cond) do {} while (0) 149 #define POWERPC_PERF_STOP_COUNT(a, cond) do {} while (0)
150 #endif /* CONFIG_POWERPC_PERF */ 150 #endif /* CONFIG_POWERPC_PERF */
151 151
152 #endif /* FFMPEG_DSPUTIL_PPC_H */ 152 #endif /* AVCODEC_PPC_DSPUTIL_PPC_H */