From 7be09a91c2994131385f27c2f7726e04cf3841ce Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 2 Nov 2012 13:04:14 +0100 Subject: [PATCH] lswr/swresample.h: use consistent inclusion guard header name --- libswresample/swresample.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libswresample/swresample.h b/libswresample/swresample.h index ac43cd25c4..2ce666e2d5 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -23,8 +23,8 @@ * libswresample public header */ -#ifndef SWR_H -#define SWR_H +#ifndef SWRESAMPLE_SWRESAMPLE_H +#define SWRESAMPLE_SWRESAMPLE_H #include #include "libavutil/samplefmt.h" @@ -217,4 +217,4 @@ const char *swresample_configuration(void); */ const char *swresample_license(void); -#endif +#endif /* SWRESAMPLE_SWRESAMPLE_H */