From 566ae9fbc293cd0969faec856933ef9bed794db1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 23 Aug 2009 11:02:35 +0000 Subject: [PATCH] configure: simplify directory creation for out of tree builds Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/configure b/configure index bb0b4b1..d4ec713 100755 --- a/configure +++ b/configure @@ -2742,25 +2742,15 @@ if enabled source_path_used; then DIRS="\ doc \ libavcodec \ - libavcodec/alpha \ - libavcodec/arm \ - libavcodec/bfin \ - libavcodec/mlib \ - libavcodec/ppc \ - libavcodec/sh4 \ - libavcodec/sparc \ - libavcodec/x86 \ + libavcodec/$arch \ libavdevice \ libavfilter \ libavformat \ libavutil \ + libavutil/$arch \ libpostproc \ libswscale \ - libswscale/bfin \ - libswscale/mlib \ - libswscale/ppc \ - libswscale/sparc \ - libswscale/x86 \ + libswscale/$arch \ tests \ tools \ " -- 2.7.4