diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-22 12:41:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-22 12:41:16 +0000 |
commit | 57b499c7da02941c1be7875c197b7809c724da84 (patch) | |
tree | 934ddd467c54b01ad254c7f18ab8e6ee99d4e3d2 /libavcodec/ppc/dsputil_ppc.h | |
parent | a282102d3fe2aea2302096e8a75320a2b8ef1cc7 (diff) | |
download | ffmpeg-57b499c7da02941c1be7875c197b7809c724da84.tar.gz |
Identifiers starting with underscores are reserved.
Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/dsputil_ppc.h')
-rw-r--r-- | libavcodec/ppc/dsputil_ppc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.h b/libavcodec/ppc/dsputil_ppc.h index 567dfd1cae..803fe283a3 100644 --- a/libavcodec/ppc/dsputil_ppc.h +++ b/libavcodec/ppc/dsputil_ppc.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _DSPUTIL_PPC_ -#define _DSPUTIL_PPC_ +#ifndef DSPUTIL_PPC_H +#define DSPUTIL_PPC_H #ifdef CONFIG_POWERPC_PERF void powerpc_display_perf_report(void); @@ -152,4 +152,4 @@ extern unsigned long long perfdata[POWERPC_NUM_PMC_ENABLED][powerpc_perf_total][ #define POWERPC_PERF_STOP_COUNT(a, cond) do {} while (0) #endif /* CONFIG_POWERPC_PERF */ -#endif /* _DSPUTIL_PPC_ */ +#endif /* DSPUTIL_PPC_H */ |