[FFmpeg-devel] [PATCH]Add Dirac support to ffmpeg via libdirac_* and Schroedinger libraries]
Diego Biurrun
diego
Fri Apr 18 01:07:10 CEST 2008
On Thu, Apr 17, 2008 at 09:15:51PM +1000, Anuradha Suraparaju wrote:
>
> I've attached the dirac patch to this email. I've created the patch
> using the latest svn version 12879.
Splitting this patch further into decoder and encoder is likely going to
speed this up more.
> --- ffmpegsvn_trunk/configure 2008-04-17 11:14:38.000000000 +1000
> +++ ffmpegsvn_trunk_dirac/configure 2008-04-17 20:43:10.000000000 +1000
> @@ -819,6 +821,8 @@
> libamr_nb_encoder_deps="libamr_nb"
> libamr_wb_decoder_deps="libamr_wb"
> libamr_wb_encoder_deps="libamr_wb"
> +libdirac_encoder_deps="libdirac"
> +libdirac_decoder_deps="libdirac"
alphabetical order
> --- ffmpegsvn_trunk/libavcodec/Makefile 2008-04-17 11:14:38.000000000 +1000
> +++ ffmpegsvn_trunk_dirac/libavcodec/Makefile 2008-04-17 20:43:41.000000000 +1000
> @@ -317,6 +319,8 @@
> OBJS-$(CONFIG_LIBAMR_WB) += libamr.o
> +OBJS-$(CONFIG_LIBDIRAC_DECODER) += libdiracdec.o
> +OBJS-$(CONFIG_LIBDIRAC_ENCODER) += libdiracenc.o libdirac.o diracschro_common.o
Either libdirac.o is common to both the decoder and encoder or there is
no need to add libdirac.o and diracschro_common.o...
Diego
More information about the ffmpeg-devel
mailing list