mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
libav: Switch to common include
This commit is contained in:
parent
ad66c90ded
commit
04b3867cb8
5 changed files with 1 additions and 13 deletions
|
@ -23,7 +23,6 @@ G_BEGIN_DECLS
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/audio/gstaudiodecoder.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
typedef struct _GstFFMpegAudDec GstFFMpegAudDec;
|
||||
|
|
|
@ -27,13 +27,6 @@
|
|||
#include <libavcodec/avcodec.h>
|
||||
#include <libavutil/stereo3d.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/gstvideodecoder.h>
|
||||
#include <gst/video/gstvideometa.h>
|
||||
#include <gst/video/gstvideopool.h>
|
||||
#include <gst/video/video-anc.h>
|
||||
|
||||
#include "gstav.h"
|
||||
#include "gstavcodecmap.h"
|
||||
#include "gstavutils.h"
|
||||
|
|
|
@ -23,7 +23,6 @@ G_BEGIN_DECLS
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/gstvideodecoder.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
typedef struct _GstFFMpegVidDec GstFFMpegVidDec;
|
||||
|
|
|
@ -31,9 +31,6 @@
|
|||
#include <libavcodec/avcodec.h>
|
||||
#include <libavutil/stereo3d.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/gstvideometa.h>
|
||||
|
||||
#include "gstav.h"
|
||||
#include "gstavcodecmap.h"
|
||||
#include "gstavutils.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
G_BEGIN_DECLS
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/gstvideoencoder.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
typedef struct _GstFFMpegVidEnc GstFFMpegVidEnc;
|
||||
|
|
Loading…
Reference in a new issue