[FFmpeg-cvslog] build: Create mlib optimization directories during out-of-tree builds.

Diego Biurrun git at videolan.org
Wed Jul 27 12:49:45 CEST 2011


ffmpeg | branch: release/0.7 | Diego Biurrun <diego at biurrun.de> | Mon Jun 20 18:41:11 2011 +0200| [896f80f82ced236f35c286ae0b3c700044b6bfb8] | committer: Diego Biurrun

build: Create mlib optimization directories during out-of-tree builds.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=896f80f82ced236f35c286ae0b3c700044b6bfb8
---

 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index b3c2035..5e40e08 100755
--- a/configure
+++ b/configure
@@ -3207,6 +3207,7 @@ if enabled source_path_used; then
         doc
         libavcodec
         libavcodec/$arch
+        libavcodec/mlib
         libavdevice
         libavfilter
         libavfilter/$arch
@@ -3216,6 +3217,7 @@ if enabled source_path_used; then
         libpostproc
         libswscale
         libswscale/$arch
+        libswscale/mlib
         tests
         tools
     "



More information about the ffmpeg-cvslog mailing list