From 134d0f71197e2561851537bb8a65db0291c2089f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 8 Jun 2012 13:52:21 +0000 Subject: [PATCH] Revert "Fix building libopencore_amrnb decoder without libopencore_amrnb encoder" Reverting "Fix" because it disables amrwb decoder. This reverts commit e11020a1459de122834055be93a70566ce064bcc. --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 918e8c1399..f5b66f84f8 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -665,6 +665,7 @@ OBJS-$(CONFIG_LIBOPENCORE_AMRNB_DECODER) += libopencore-amr.o \ audio_frame_queue.o OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER) += libopencore-amr.o \ audio_frame_queue.o +OBJS-$(CONFIG_LIBOPENCORE_AMRWB_DECODER) += libopencore-amr.o OBJS-$(CONFIG_LIBOPENJPEG_DECODER) += libopenjpegdec.o OBJS-$(CONFIG_LIBOPENJPEG_ENCODER) += libopenjpegenc.o OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o \