diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-03 17:31:10 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-03 17:31:12 -0700 |
| commit | 761dbb6e082ca37bb2dbe6fc9d56ab7875e4c134 (patch) | |
| tree | 3293685499d983d089a47c9c86c5f8906bd8bc5d | |
| parent | 6c51ac8a28916fea0c5e93e20c612ac4b003ecf2 (diff) | |
mpv: Fix ffmpeg library options
This config.h was generated with an older version of ffmpeg which didn't have
these features.
| -rw-r--r-- | media/mpv/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media/mpv/config.h b/media/mpv/config.h index 509562ca..de011cb6 100644 --- a/media/mpv/config.h +++ b/media/mpv/config.h @@ -138,14 +138,14 @@ #define HAVE_AVFRAME_SKIP_SAMPLES 1 #define HAVE_AV_PIX_FMT_MMAL 1 #define HAVE_AV_VERSION_INFO 1 -#define HAVE_AV_NEW_PIXDESC 0 -#define HAVE_AV_AVPACKET_INT64_DURATION 0 -#define HAVE_AV_SUBTITLE_NOPICT 0 -#define HAVE_AVCODEC_PROFILE_NAME 0 -#define HAVE_AVCODEC_NEW_CODEC_API 0 -#define HAVE_AVCODEC_HAS_CODECPAR 0 -#define HAVE_AVUTIL_HAS_HWCONTEXT 0 -#define HAVE_AVUTIL_ST2084 0 +#define HAVE_AV_NEW_PIXDESC 1 +#define HAVE_AV_AVPACKET_INT64_DURATION 1 +#define HAVE_AV_SUBTITLE_NOPICT 1 +#define HAVE_AVCODEC_PROFILE_NAME 1 +#define HAVE_AVCODEC_NEW_CODEC_API 1 +#define HAVE_AVCODEC_HAS_CODECPAR 1 +#define HAVE_AVUTIL_HAS_HWCONTEXT 1 +#define HAVE_AVUTIL_ST2084 1 #define HAVE_VAAPI_HWACCEL 0 #define HAVE_VIDEOTOOLBOX_VIDEOTOOLBOX_H 0 #define HAVE_VIDEO_TOOLBOX_VIDEO_TOOLBOX_H 0 |
