diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-20 18:41:11 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-16 15:20:18 +0200 |
commit | 896f80f82ced236f35c286ae0b3c700044b6bfb8 (patch) | |
tree | ccb51f3924e628ab79cc2999954b99fec4c62bf1 | |
parent | b57c6d1a4cc019f2ec899f780b30e7fd1a0dd019 (diff) | |
download | ffmpeg-896f80f82ced236f35c286ae0b3c700044b6bfb8.tar.gz |
build: Create mlib optimization directories during out-of-tree builds.
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 " |