Diego Biurrun <di...@biurrun.de> writes:

> ---
>  libavcodec/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> index f8b67b8..95f6b1a 100644
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -33,10 +33,10 @@ OBJS = allcodecs.o                                        
>               \
>  # parts needed for many different codecs
>  OBJS-$(CONFIG_AANDCTTABLES)            += aandcttab.o
>  OBJS-$(CONFIG_AC3DSP)                  += ac3dsp.o
> -OBJS-$(CONFIG_ENCODERS)                += faandct.o jfdctfst.o jfdctint.o
>  OBJS-$(CONFIG_DCT)                     += dct.o dct32_fixed.o dct32_float.o
>  OBJS-$(CONFIG_DWT)                     += dwt.o
>  OBJS-$(CONFIG_DXVA2)                   += dxva2.o
> +OBJS-$(CONFIG_ENCODERS)                += faandct.o jfdctfst.o jfdctint.o
>  OBJS-$(CONFIG_ERROR_RESILIENCE)        += error_resilience.o
>  FFT-OBJS-$(CONFIG_HARDCODED_TABLES)    += cos_tables.o cos_fixed_tables.o
>  OBJS-$(CONFIG_FFT)                     += avfft.o fft_fixed.o fft_float.o \
> -- 

OK

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to