From 3918dc4f8dc0a3ae37e82223a3edde2298cc0b86 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 23 Dec 2006 22:14:42 +0000 Subject: [PATCH] Add AMR directories for out-of-tree builds. based on a patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7369 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 920c10d410..c5310e0476 100755 --- a/configure +++ b/configure @@ -2029,6 +2029,9 @@ if test "$source_path_used" = "yes" ; then libavcodec/mlib \ libavcodec/ppc \ libavcodec/liba52 \ + libavcodec/amr \ + libavcodec/amr_float \ + libavcodec/amrwb_float \ libpostproc \ libavutil \ libswscale \