mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
opusdec: header cleanup
https://bugzilla.gnome.org/show_bug.cgi?id=665078
This commit is contained in:
parent
b7d53c866b
commit
16bb45d64a
1 changed files with 1 additions and 2 deletions
|
@ -38,12 +38,11 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <gst/tag/tag.h>
|
||||
#include "gstopusheader.h"
|
||||
#include "gstopuscommon.h"
|
||||
#include "gstopusdec.h"
|
||||
|
|
Loading…
Reference in a new issue