projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f27f7
)
flx: Fix typo in header include guard
author
Sebastian Dröge
<sebastian@centricular.com>
Sat, 8 Feb 2014 16:19:19 +0000
(17:19 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sat, 8 Feb 2014 16:19:39 +0000
(17:19 +0100)
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
patch
|
blob
|
history
diff --git
a/gst/flx/flx_fmt.h
b/gst/flx/flx_fmt.h
index
fbe850b
..
9ab31ba
100644
(file)
--- 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 <gst/gst.h>