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:
Sebastian Dröge 2014-02-08 17:25:27 +01:00
parent 3bc53f0840
commit 4c01974ec1

View file

@ -18,7 +18,7 @@
*/ */
#ifndef GST_OSS4_AUDIO_H #ifndef GST_OSS4_AUDIO_H
#define GST_OSS4_AUDIO_H_ #define GST_OSS4_AUDIO_H
#include <gst/gst.h> #include <gst/gst.h>
#include <gst/audio/audio.h> #include <gst/audio/audio.h>