mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 02:14:41 -07:00
ffmpeg: update for new env
This commit is contained in:
parent
49e9387061
commit
80c33b1687
@ -1,8 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--cc="${CC:-cc}" \
|
||||
--cxx="${CXX:-c++}" \
|
||||
--cc="$CC" \
|
||||
--cxx="$CXX" \
|
||||
--prefix=/usr \
|
||||
--disable-debug \
|
||||
--disable-libxml2 \
|
||||
@ -30,6 +30,6 @@
|
||||
--x86asmexe=nasm \
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
make install
|
||||
|
||||
rm -rf "$1/usr/share/ffmpeg/examples"
|
||||
|
Loading…
Reference in New Issue
Block a user