Commit 8372aaf7 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '017a06a9'

* commit '017a06a9':
  x86: dsputil: Use correct file name as multiple inclusion guard
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a0cfec2e 017a06a9
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVCODEC_X86_DSPUTIL_MMX_H #ifndef AVCODEC_X86_DSPUTIL_X86_H
#define AVCODEC_X86_DSPUTIL_MMX_H #define AVCODEC_X86_DSPUTIL_X86_H
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
...@@ -195,4 +195,4 @@ STATIC void PFX1 ## _pixels16 ## TYPE ## CPUEXT(uint8_t *block, \ ...@@ -195,4 +195,4 @@ STATIC void PFX1 ## _pixels16 ## TYPE ## CPUEXT(uint8_t *block, \
line_size, h); \ line_size, h); \
} }
#endif /* AVCODEC_X86_DSPUTIL_MMX_H */ #endif /* AVCODEC_X86_DSPUTIL_X86_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment