From 29e39080324a4a5a3b4d5bbc3fc79213090c6b0a Mon Sep 17 00:00:00 2001 From: Iago Toral Date: Mon, 27 Jul 2009 19:55:27 +0200 Subject: amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc Partially fixes bug #584890. --- ext/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index fafa1146..e2e4cc52 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -11,7 +11,7 @@ ASSRENDER_DIR = endif if USE_AMRWB -AMRWB_DIR = amrwb +AMRWB_DIR = amrwbenc else AMRWB_DIR = endif @@ -402,7 +402,7 @@ SUBDIRS=\ DIST_SUBDIRS = \ alsaspdif \ - amrwb \ + amrwbenc \ assrender \ apexsink \ bz2 \ -- cgit v1.2.1