mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
oggmux: Fix typo in header include guard
clang does not like this.
This commit is contained in:
parent
d3e0381d3d
commit
437d11f5a0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __GST_OGG_MUX_H__
|
||||
#define __GST_OGGEMUX_H__
|
||||
#define __GST_OGG_MUX_H__
|
||||
|
||||
#include <ogg/ogg.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue