diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-23 11:02:35 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-23 11:02:35 +0000 |
commit | 566ae9fbc293cd0969faec856933ef9bed794db1 (patch) | |
tree | 694ef28c7fafbeed871e64181c72cf9b943fbec4 /configure | |
parent | b7c10b2a2b58c1164324d0ac0aea00a1e14b0d6a (diff) | |
download | ffmpeg-566ae9fbc293cd0969faec856933ef9bed794db1.tar.gz |
configure: simplify directory creation for out of tree builds
Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -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 \ " |