From c2c4bba6ad3005ebaefe8b4cf8bc7c133cf64d91 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 2 Jul 2018 08:37:51 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_tc.sh b/build_tc.sh index ac7a399..b07ace4 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -18,7 +18,6 @@ fi function compile { cd $SRC/$1 - make clean CC=cl ./configure --prefix=$BUILD $2 make -j $CPU_CORES make install @@ -42,7 +41,6 @@ elif [ "$STEP" == "zimg" ]; then cp zimg.pc $BUILD/lib/pkgconfig/zimg.pc elif [ "$STEP" == "x264" ]; then cd $SRC/x264 - make clean CC=cl ./configure --prefix=$BUILD --extra-cflags='-DNO_PREFIX' --disable-cli --enable-static --libdir=$BUILD/lib make -j $CPU_CORES make install-lib-static @@ -96,7 +94,6 @@ elif [ "$STEP" == "ffmpeg" ]; then echo "### Compiling FFMpeg ..." cd $SRC/ffmpeg - make clean if [ "$MODE" == "debug" ]; then CFLAGS=-MDd elif [ "$MODE" == "release" ]; then