[FFmpeg-devel] [PATCH] lavc: make compilation of frame_thread_encoder.o optional.
James Almer
jamrial at gmail.com
Wed Mar 13 22:19:57 CET 2013
On 13/03/13 3:01 PM, Michael Niedermayer wrote:
>
> something like below may work
>
> diff --git a/configure b/configure
> index 4afe0dc..352ab05 100755
> --- a/configure
> +++ b/configure
> @@ -1228,6 +1228,7 @@ CONFIG_LIST="
> dwt
> fast_unaligned
> fft
> + frame_thread_enco
> ftrapv
> gpl
> gray
> @@ -1671,6 +1672,7 @@ log2_deps="!msvcrt"
> # subsystems
> dct_select="rdft"
> error_resilience_select="dsputil"
> +frame_thread_enco_deps="encoders pthreads"
This should be threads and not pthreads.
frame_thread_encoder.c is compiled with w32threads and os2threads as well.
Regards.
More information about the ffmpeg-devel
mailing list