repo/extra/x264/build

14 lines
196 B
Plaintext
Raw Normal View History

2019-07-27 06:39:51 +00:00
#!/bin/sh -e
patch -p1 < portability.patch
2019-08-24 13:27:52 +00:00
2019-07-27 06:39:51 +00:00
./configure \
--prefix=/usr \
--disable-swscale \
--enable-static \
--enable-pic \
--enable-shared
make
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install