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:
parent
f5f27f7d0d
commit
29ea0db5a3
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __GST_FLX_FMT__H__
|
#ifndef __GST_FLX_FMT_H__
|
||||||
#define __GST_FLX_FMT_H__
|
#define __GST_FLX_FMT_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user