Skip to content

Commit

Permalink
mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_
Browse files Browse the repository at this point in the history
Signed-off-by: James Cowgill <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
jcowgill authored and michaelni committed Mar 7, 2015
1 parent ebd59d2 commit 3499a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libavutil/mips/asmdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 3499a1c

Please sign in to comment.