From 4bf87b52506aefad33502dea44b0160b33a66ee5 Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Tue, 16 Oct 2018 08:09:16 +0100 Subject: [PATCH] Remove stuff. --- scripts/build-mpv.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build-mpv.sh b/scripts/build-mpv.sh index 15371a2..13aa8bc 100755 --- a/scripts/build-mpv.sh +++ b/scripts/build-mpv.sh @@ -1,11 +1,10 @@ #!/bin/bash set -ex -CFLAGS="-fPIC -Os" +export CFLAGS="-fPIC -Os" export CCACHE_SLOPPINESS=time_macros export CCACHE=`which ccache` -export CFLAGS="-D__DATE__= -D__TIME__= -D__TIMESTAMP__= $CFLAGS" git clone --depth 1 https://github.com/mpv-player/mpv-build mpv-build || true