mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
x264: update for new env
This commit is contained in:
parent
39e12c0af2
commit
67dcdb8097
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
export CC=${CC:-cc} CXX=${CXX:-c++}
|
|
||||||
|
|
||||||
patch -p1 < x264-no-bash.patch
|
patch -p1 < x264-no-bash.patch
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
@ -12,4 +10,4 @@ patch -p1 < x264-no-bash.patch
|
|||||||
--enable-shared
|
--enable-shared
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user