Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/libwebpenc_common.h')
-rw-r--r--libavcodec/libwebpenc_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/libwebpenc_common.h b/libavcodec/libwebpenc_common.h
index ea2410ceac..1126fd0a30 100644
--- a/libavcodec/libwebpenc_common.h
+++ b/libavcodec/libwebpenc_common.h
@@ -24,6 +24,9 @@
* WebP encoder using libwebp: common structs and methods.
*/
+#ifndef AVCODEC_LIBWEBPENC_COMMON_H
+#define AVCODEC_LIBWEBPENC_COMMON_H
+
#include <webp/encode.h>
#include "libavutil/common.h"
@@ -87,3 +90,5 @@ static const AVCodecDefault libwebp_defaults[] = {
{ "global_quality", "-1" },
{ NULL },
};
+
+#endif /* AVCODEC_LIBWEBPENC_COMMON_H */