diff options
Diffstat (limited to 'libavcodec/bfin/dsputil_bfin.h')
-rw-r--r-- | libavcodec/bfin/dsputil_bfin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/bfin/dsputil_bfin.h b/libavcodec/bfin/dsputil_bfin.h index 9dd29476e8..5731f4f53c 100644 --- a/libavcodec/bfin/dsputil_bfin.h +++ b/libavcodec/bfin/dsputil_bfin.h @@ -21,8 +21,8 @@ */ -#ifndef DSPUTIL_BFIN_H -#define DSPUTIL_BFIN_H +#ifndef FFMPEG_DSPUTIL_BFIN_H +#define FFMPEG_DSPUTIL_BFIN_H #define attribute_l1_text __attribute__ ((l1_text)) @@ -65,4 +65,4 @@ static void bfprof (void) #define bfprof() #endif -#endif +#endif /* FFMPEG_DSPUTIL_BFIN_H */ |