mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
ffmpeg: build shared libraries. Fixes Firefox.
This commit is contained in:
parent
aa33cf7ec0
commit
8013100bab
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-debug \
|
--enable-shared \
|
||||||
--enable-gpl \
|
--enable-gpl \
|
||||||
--enable-version3 \
|
--enable-version3 \
|
||||||
--enable-libass \
|
--enable-libass \
|
||||||
@ -16,7 +16,8 @@
|
|||||||
--enable-libx265 \
|
--enable-libx265 \
|
||||||
--enable-libxvid \
|
--enable-libxvid \
|
||||||
--enable-libwebp \
|
--enable-libwebp \
|
||||||
--enable-libdrm
|
--enable-libdrm \
|
||||||
|
--disable-debug
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
@ -1 +1 @@
|
|||||||
4.2.1 1
|
4.2.1 2
|
||||||
|
Loading…
Reference in New Issue
Block a user