[FFmpeg-cvslog] x86: dsputil: Use correct file name as multiple inclusion guard

Diego Biurrun git at videolan.org
Thu Feb 20 15:22:11 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Dec 23 16:39:36 2013 +0100| [017a06a9ee86b047079166c2694c9c655ff03356] | committer: Diego Biurrun

x86: dsputil: Use correct file name as multiple inclusion guard

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

 libavcodec/x86/dsputil_x86.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavcodec/x86/dsputil_x86.h b/libavcodec/x86/dsputil_x86.h
index c8615b2..c003cee 100644
--- a/libavcodec/x86/dsputil_x86.h
+++ b/libavcodec/x86/dsputil_x86.h
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_X86_DSPUTIL_MMX_H
-#define AVCODEC_X86_DSPUTIL_MMX_H
+#ifndef AVCODEC_X86_DSPUTIL_X86_H
+#define AVCODEC_X86_DSPUTIL_X86_H
 
 #include <stddef.h>
 #include <stdint.h>
@@ -186,4 +186,4 @@ STATIC void PFX1 ## _pixels16 ## TYPE ## CPUEXT(uint8_t *block,         \
                                                line_size, h);           \
 }
 
-#endif /* AVCODEC_X86_DSPUTIL_MMX_H */
+#endif /* AVCODEC_X86_DSPUTIL_X86_H */



More information about the ffmpeg-cvslog mailing list