From 29ea0db5a3dd1bf6b6b5e54cf22babe4b287bab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 8 Feb 2014 17:19:19 +0100 Subject: [PATCH] flx: Fix typo in header include guard error: '__GST_FLX_FMT__H__' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard] --- gst/flx/flx_fmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/flx/flx_fmt.h b/gst/flx/flx_fmt.h index fbe850bc10..9ab31ba48f 100644 --- a/gst/flx/flx_fmt.h +++ b/gst/flx/flx_fmt.h @@ -18,7 +18,7 @@ */ -#ifndef __GST_FLX_FMT__H__ +#ifndef __GST_FLX_FMT_H__ #define __GST_FLX_FMT_H__ #include