mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
ffmpeg: build shared libraries. Fixes Firefox.
This commit is contained in:
parent
aa33cf7ec0
commit
8013100bab
@ -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
|
||||
|
@ -1 +1 @@
|
||||
4.2.1 1
|
||||
4.2.1 2
|
||||
|
Loading…
Reference in New Issue
Block a user