]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ppc/imgresample_altivec.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / ppc / imgresample_altivec.h
index e7a1254591a1998e17a1e1dc0309650bfb4494ec..f27d9cb5b438c0b723d121b8832ce8d39abdf520 100644 (file)
@@ -16,9 +16,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef IMGRESAMPLE_ALTIVEC_H
-#define IMGRESAMPLE_ALTIVEC_H
+#ifndef FFMPEG_IMGRESAMPLE_ALTIVEC_H
+#define FFMPEG_IMGRESAMPLE_ALTIVEC_H
 
 void v_resample16_altivec(uint8_t *dst, int dst_width, const uint8_t *src,
                           int wrap, int16_t *filter);
-#endif /* IMGRESAMPLE_ALTIVEC_H */
+#endif /* FFMPEG_IMGRESAMPLE_ALTIVEC_H */