Browse Source

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

Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
James Cowgill Michael Niedermayer 11 years ago
parent
commit
3499a1c0a9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavutil/mips/asmdefs.h

+ 2
- 2
libavutil/mips/asmdefs.h View File

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



Loading…
Cancel
Save