[FFmpeg-cvslog] mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_

James Cowgill git at videolan.org
Sat Mar 7 11:35:00 CET 2015


ffmpeg | branch: master | James Cowgill <james410 at cowgill.org.uk> | Sat Mar  7 10:15:19 2015 +0000| [3499a1c0a91c8bc81556d837c87bf991ef6657c1] | committer: Michael Niedermayer

mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_

Signed-off-by: James Cowgill <james410 at cowgill.org.uk>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3499a1c0a91c8bc81556d837c87bf991ef6657c1
---

 libavutil/mips/asmdefs.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavutil/mips/asmdefs.h b/libavutil/mips/asmdefs.h
index 4d2922c..a3a5ee3 100644
--- a/libavutil/mips/asmdefs.h
+++ b/libavutil/mips/asmdefs.h
@@ -24,8 +24,8 @@
  * assembly (rather than from within .s files).
  */
 
-#ifndef AVCODEC_MIPS_ASMDEFS_H
-#define AVCODEC_MIPS_ASMDEFS_H
+#ifndef AVUTIL_MIPS_ASMDEFS_H
+#define AVUTIL_MIPS_ASMDEFS_H
 
 #include <sgidefs.h>
 



More information about the ffmpeg-cvslog mailing list