mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
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> (cherry picked from commit 3499a1c0a91c8bc81556d837c87bf991ef6657c1) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1caad74533
commit
876d2d8db8
@ -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…
x
Reference in New Issue
Block a user