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

This commit is contained in:
Diego Biurrun 2013-12-23 16:39:36 +01:00
parent ba42c85247
commit 017a06a9ee
1 changed files with 3 additions and 3 deletions

View File

@ -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 */