Module: libav Branch: release/0.7 Commit: 896f80f82ced236f35c286ae0b3c700044b6bfb8
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Jun 20 18:41:11 2011 +0200 build: Create mlib optimization directories during out-of-tree builds. --- 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 " _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
