repo/extra/x264/build
2021-07-18 06:32:02 +03:00

14 lines
184 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < x264-no-bash.patch
./configure \
--prefix=/usr \
--disable-swscale \
--enable-static \
--enable-pic \
--enable-shared
make
make install