[x264-devel] [PATCH v2 4/8] configure: remove use of bash-specific brace expansion

Ethan Sommer e5ten.arch at gmail.com
Thu Jan 16 22:23:38 CET 2020


---
 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 9bd4e602..d9c62730 100755
--- a/configure
+++ b/configure
@@ -1608,7 +1608,8 @@ cat conftest.log >> config.log
 cat conftest.log
 
 [ "$SRCPATH" != "." ] && ln -sf ${SRCPATH}/Makefile ./Makefile
-mkdir -p common/{aarch64,arm,mips,ppc,x86} encoder extras filters/video input output tools
+mkdir -p common/aarch64 common/arm common/mips common/ppc common/x86 \
+    encoder extras filters/video input output tools
 
 echo
 echo "You can run 'make' or 'make fprofiled' now."
-- 
2.25.0



More information about the x264-devel mailing list