mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-08 00:59:48 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef __GST_FLX_FMT__H__
|
||||
#ifndef __GST_FLX_FMT_H__
|
||||
#define __GST_FLX_FMT_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
|
Loading…
Reference in a new issue