mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
x264: update for new env
This commit is contained in:
parent
39e12c0af2
commit
67dcdb8097
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user