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]
This commit is contained in:
Sebastian Dröge 2014-02-08 17:19:19 +01:00
parent f5f27f7d0d
commit 29ea0db5a3

View file

@ -18,7 +18,7 @@
*/
#ifndef __GST_FLX_FMT__H__
#ifndef __GST_FLX_FMT_H__
#define __GST_FLX_FMT_H__
#include <gst/gst.h>