2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

ffmpeg: build shared libraries. Fixes Firefox.

This commit is contained in:
Dylan Araps 2019-09-16 15:59:09 +03:00
parent aa33cf7ec0
commit 8013100bab
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
./configure \
--prefix=/usr \
--disable-debug \
--enable-shared \
--enable-gpl \
--enable-version3 \
--enable-libass \
@ -16,7 +16,8 @@
--enable-libx265 \
--enable-libxvid \
--enable-libwebp \
--enable-libdrm
--enable-libdrm \
--disable-debug
make
make DESTDIR="$1" install

View File

@ -1 +1 @@
4.2.1 1
4.2.1 2