From 34150be515cd9c43b0b679806b8d01774960af78 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 27 Feb 2014 15:02:24 -0800 Subject: build: Let the iac decoder depend on the imc decoder Almost all of the code is shared so there is little point in enabling one decoder without the other. --- configure | 2 +- libavcodec/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index bb4172a37c..93d43eaba1 100755 --- a/configure +++ b/configure @@ -1694,7 +1694,7 @@ h264_decoder_suggest="error_resilience" hevc_decoder_select="dsputil golomb videodsp" huffyuv_decoder_select="dsputil" huffyuv_encoder_select="dsputil huffman" -iac_decoder_select="dsputil fft mdct sinewin" +iac_decoder_select="imc_decoder" imc_decoder_select="dsputil fft mdct sinewin" indeo3_decoder_select="hpeldsp" interplay_video_decoder_select="hpeldsp" diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 04f61eec45..1bd4acea17 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -204,7 +204,6 @@ OBJS-$(CONFIG_HEVC_DECODER) += hevc.o hevc_mvs.o hevc_ps.o hevc_sei.o OBJS-$(CONFIG_HNM4_VIDEO_DECODER) += hnm4video.o OBJS-$(CONFIG_HUFFYUV_DECODER) += huffyuv.o huffyuvdec.o OBJS-$(CONFIG_HUFFYUV_ENCODER) += huffyuv.o huffyuvenc.o -OBJS-$(CONFIG_IAC_DECODER) += imc.o OBJS-$(CONFIG_IDCIN_DECODER) += idcinvideo.o OBJS-$(CONFIG_IFF_BYTERUN1_DECODER) += iff.o OBJS-$(CONFIG_IFF_ILBM_DECODER) += iff.o -- cgit v1.2.3