OSDN Git Service

lavc: make compilation of frame_thread_encoder.o optional.
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 14 Mar 2013 04:59:33 +0000 (21:59 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 14 Mar 2013 14:04:17 +0000 (15:04 +0100)
commitb76d853697a8b558e597ed4a6fc5a088b6c602c7
tree8a95045a50b1554f23be8c27de6a8129aef88560
parent4a88d81c9e3758dfad6bf35681e27b9c10f0b346
lavc: make compilation of frame_thread_encoder.o optional.

Only compile if CONFIG_ENCODERS is enabled, i.e. if at least one
encoder is to be compiled. This prevents it from being includes in
a decoder-only build.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
configure
libavcodec/Makefile
libavcodec/utils.c