[vlc-devel] [PATCH 1/2] daala: add decoder support
Rafaël Carré
funman at videolan.org
Thu Aug 21 08:40:52 CEST 2014
On 08/21/14 08:38, Tristan Matthews wrote:
> ---
> configure.ac | 5 +
> include/vlc_fourcc.h | 1 +
> modules/codec/Makefile.am | 7 +
> modules/codec/daala.c | 506 ++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 519 insertions(+)
> create mode 100644 modules/codec/daala.c
>
> diff --git a/configure.ac b/configure.ac
> index 5e3bb8c..26c0011 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2782,6 +2782,11 @@ dnl
> PKG_ENABLE_MODULES_VLC([THEORA], [], [ogg theoradec >= 1.0 theoraenc], [experimental theora codec], [auto])
>
> dnl
> +dnl Daala decoder plugin
> +dnl
> +PKG_ENABLE_MODULES_VLC([DAALA], [], [ogg daaladec], [experimental daala codec], [auto])
I don't know if it's a good idea to support a work in progress codec
More information about the vlc-devel
mailing list