x264: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 06:32:02 +03:00
parent 39e12c0af2
commit 67dcdb8097
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
export CC=${CC:-cc} CXX=${CXX:-c++}
patch -p1 < x264-no-bash.patch
./configure \
@ -12,4 +10,4 @@ patch -p1 < x264-no-bash.patch
--enable-shared
make
make DESTDIR="$1" install
make install