oggmux: Fix typo in header include guard
clang does not like this.
This commit is contained in:
parent
d3e0381d3d
commit
437d11f5a0
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __GST_OGG_MUX_H__
|
||||
#define __GST_OGGEMUX_H__
|
||||
#define __GST_OGG_MUX_H__
|
||||
|
||||
#include <ogg/ogg.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user