[FFmpeg-devel] [PATCH] adding xavs encoding support

Måns Rullgård mans
Fri Jul 16 09:01:04 CEST 2010


jianwen chen <jianwen.chen.video at gmail.com> writes:

> And  in the configure file, we also need to add this line.
>
> @@ -2660,6 +2664,7 @@
>  enabled libx264    && require  libx264 x264.h x264_encoder_encode -lx264 &&
>                        { check_cpp_condition x264.h "X264_BUILD >= 98" ||
>                          die "ERROR: libx264 version must be >= 0.98."; }
> +enabled libxavs    && require  libxavs xavs.h xavs_encoder_encode -lxavs -lm

You shouldn't need -lm there.  It is already added if it exists.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list