changeset 6178:de96bd7409ad libavcodec

Do not group libamr_nb and libamr_wb together as libamr. Also fixes --enable-libamr being recognized as configure parameter.
author diego
date Sat, 26 Jan 2008 12:46:46 +0000
parents 5195f1ffba43
children bdcb17652343
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jan 25 21:14:17 2008 +0000
+++ b/Makefile	Sat Jan 26 12:46:46 2008 +0000
@@ -304,7 +304,8 @@
 
 # external codec libraries
 OBJS-$(CONFIG_LIBA52)                  += liba52.o
-OBJS-$(CONFIG_LIBAMR)                  += libamr.o
+OBJS-$(CONFIG_LIBAMR_NB)               += libamr.o
+OBJS-$(CONFIG_LIBAMR_WB)               += libamr.o
 OBJS-$(CONFIG_LIBFAAC)                 += libfaac.o
 OBJS-$(CONFIG_LIBFAAD)                 += libfaad.o
 OBJS-$(CONFIG_LIBGSM)                  += libgsm.o