From 6b8da68a843bd0f80d4dbab501f867a6c77a3acc Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 29 Jun 2018 19:08:29 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index 2adc68e..320e30a 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -59,14 +59,14 @@ function compile_x265 { # Install nv-codec-headers function compile_ffnvcodec { - echo "Copying NVENC headers ..." + echo "### Copying NVENC headers ..." cd $SRC/ffnvcodec make PREFIX=$BUILD install } # Install amf function compile_amf { - echo "Copying AMF headers ..." + echo "### Copying AMF headers ..." cp -a $SRC/amf/amf/public/include $BUILD/include/AMF } @@ -84,7 +84,7 @@ function compile_zimg { } function compile { - echo "Compiling '$1' ..."; + echo "### Compiling '$1' ..."; cd $SRC/$1 make clean CC=cl.exe LD=link.exe ./configure --prefix=$BUILD $2