oss4: Fix typo in header include guard
error: 'GST_OSS4_AUDIO_H' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
This commit is contained in:
parent
3bc53f0840
commit
4c01974ec1
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifndef GST_OSS4_AUDIO_H
|
||||
#define GST_OSS4_AUDIO_H_
|
||||
#define GST_OSS4_AUDIO_H
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user