[SCM] libav/experimental: configure: simplify directory creation for out of tree builds

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:50:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 566ae9fbc293cd0969faec856933ef9bed794db1
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Aug 23 11:02:35 2009 +0000

    configure: simplify directory creation for out of tree builds
    
    Originally committed as revision 19684 to svn://svn.ffmpeg.org/ffmpeg/trunk

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             \
         "

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list