Commit 3499a1c0 authored by James Cowgill's avatar James Cowgill Committed by Michael Niedermayer

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

Signed-off-by: 's avatarJames Cowgill <james410@cowgill.org.uk>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ebd59d27
......@@ -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>
......
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