mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue