repo/testing/ffmpeg/build
2019-07-23 11:02:47 +07:00

12 lines
163 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < replace-pr-1.patch
patch -p1 < replace-pr-2.patch
./configure \
--prefix=/usr \
--disable-debug
make
make DESTDIR="$1" install