ext: Fix some compilation errors caused by circular header includes

This commit is contained in:
Sebastian Dröge 2012-12-12 17:22:31 +00:00
parent 3f82e919dd
commit d9b25afe71
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
#define __GST_ALSASINK_H__
#include <gst/gst.h>
#include <gst/audio/gstaudiosink.h>
#include <gst/audio/audio.h>
#include <alsa/asoundlib.h>
G_BEGIN_DECLS

View file

@ -23,7 +23,7 @@
#ifndef __GST_ALSASRC_H__
#define __GST_ALSASRC_H__
#include <gst/audio/gstaudiosrc.h>
#include <gst/audio/audio.h>
#include "gstalsa.h"
G_BEGIN_DECLS

View file

@ -58,8 +58,6 @@
#include "config.h"
#endif
#include "gsttheoraenc.h"
#include <string.h>
#include <stdlib.h> /* free */
@ -67,6 +65,8 @@
#include <gst/video/video.h>
#include <gst/video/gstvideometa.h>
#include "gsttheoraenc.h"
#define GST_CAT_DEFAULT theoraenc_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);