x265: clean up build

This commit is contained in:
Dylan Araps 2019-10-08 10:21:16 +03:00
parent 554eda040b
commit fb759919dd
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,8 +1,9 @@
#!/bin/sh -e
cmake ./source \
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
./source
make
make DESTDIR="$1" install