mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
[MOVED FROM BAD 029/134] vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
Otherwise we'll try including e.g. <vpx/vp8cx.h> which doesn't exist.
This commit is contained in:
parent
70015da68e
commit
7f56565f76
2 changed files with 4 additions and 4 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VP8_DECODER
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/gstbasevideodecoder.h>
|
||||
#include <gst/video/gstbasevideoutils.h>
|
||||
|
@ -44,8 +46,6 @@
|
|||
|
||||
#include "gstvp8utils.h"
|
||||
|
||||
#ifdef HAVE_VP8_DECODER
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_vp8dec_debug);
|
||||
#define GST_CAT_DEFAULT gst_vp8dec_debug
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VP8_ENCODER
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/gstbasevideoencoder.h>
|
||||
#include <gst/video/gstbasevideoutils.h>
|
||||
|
@ -45,8 +47,6 @@
|
|||
|
||||
#include "gstvp8utils.h"
|
||||
|
||||
#ifdef HAVE_VP8_ENCODER
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_vp8enc_debug);
|
||||
#define GST_CAT_DEFAULT gst_vp8enc_debug
|
||||
|
||||
|
|
Loading…
Reference in a new issue