Remove stuff.
This commit is contained in:
parent
f9e50aced9
commit
4bf87b5250
|
@ -1,11 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
CFLAGS="-fPIC -Os"
|
export CFLAGS="-fPIC -Os"
|
||||||
|
|
||||||
export CCACHE_SLOPPINESS=time_macros
|
export CCACHE_SLOPPINESS=time_macros
|
||||||
export CCACHE=`which ccache`
|
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
|
git clone --depth 1 https://github.com/mpv-player/mpv-build mpv-build || true
|
||||||
|
|
Loading…
Reference in a new issue