1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

sbrdsp: Use standard multiple inclusion guards.

This commit is contained in:
Diego Biurrun 2012-03-31 13:41:16 +02:00
parent 6d21f49879
commit d4f05ae3b6

View File

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef LIBAVCODEC_SBRDSP_H
#define LIBAVCODEC_SBRDSP_H
#ifndef AVCODEC_SBRDSP_H
#define AVCODEC_SBRDSP_H
#include <stdint.h>
@ -48,4 +48,4 @@ void ff_sbrdsp_init(SBRDSPContext *s);
void ff_sbrdsp_init_arm(SBRDSPContext *s);
void ff_sbrdsp_init_x86(SBRDSPContext *s);
#endif
#endif /* AVCODEC_SBRDSP_H */