mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
Merge remote-tracking branch 'origin/master' into 0.11
This commit is contained in:
commit
5264fd3c97
4 changed files with 10 additions and 4 deletions
|
@ -306,8 +306,8 @@ else
|
|||
embffmpeg_configure_args="--prefix=$prefix"
|
||||
|
||||
# Enable pic and static so that we get .a files, but with PIC code.
|
||||
embffmpeg_configure_args="$embffmpeg_configure_args --disable-ffserver --disable-ffplay\
|
||||
--disable-ffmpeg --disable-ffprobe --enable-postproc --enable-gpl --enable-static --enable-pic \
|
||||
embffmpeg_configure_args="$embffmpeg_configure_args --disable-avserver --disable-avplay\
|
||||
--disable-ffmpeg --disable-avprobe --enable-postproc --enable-gpl --enable-static --enable-pic \
|
||||
--disable-encoder=flac --disable-decoder=cavs --disable-protocols --disable-devices\
|
||||
--disable-network --disable-hwaccels --disable-filters --disable-doc\
|
||||
--enable-optimizations"
|
||||
|
|
|
@ -205,7 +205,7 @@ gst_ts_info_get (GstFFMpegDec * dec, gint idx)
|
|||
#define DEFAULT_DO_PADDING TRUE
|
||||
#define DEFAULT_DEBUG_MV FALSE
|
||||
#define DEFAULT_CROP TRUE
|
||||
#define DEFAULT_MAX_THREADS 1
|
||||
#define DEFAULT_MAX_THREADS 0
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
@ -20,11 +20,17 @@
|
|||
#ifndef __GST_FFMPEG_UTILS_H__
|
||||
#define __GST_FFMPEG_UTILS_H__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FFMPEG_UNINSTALLED
|
||||
#include <mathematics.h>
|
||||
#include <avcodec.h>
|
||||
#else
|
||||
#include <libavcodec/avcodec.h>
|
||||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 20ca827019a72bfacb38e73d0b8590e651818272
|
||||
Subproject commit 85afbb1d00d58812df5d634e946b2fcf653bcd8e
|
Loading…
Reference in a new issue