summaryrefslogtreecommitdiff
path: root/repo/ffmpeg4/ffmpeg4.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/ffmpeg4/ffmpeg4.xibuild')
-rw-r--r--repo/ffmpeg4/ffmpeg4.xibuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/repo/ffmpeg4/ffmpeg4.xibuild b/repo/ffmpeg4/ffmpeg4.xibuild
index a697c03..6a5d1ad 100644
--- a/repo/ffmpeg4/ffmpeg4.xibuild
+++ b/repo/ffmpeg4/ffmpeg4.xibuild
@@ -3,10 +3,9 @@
NAME="ffmpeg4"
DESC="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
-MAKEDEPS="make "
-DEPS="alsa-lib aom gnutls libass bzip2 dav1d libdrm pulseaudio librist libsrt libtheora libva libvorbis libvpx libwebp libx11 libxcb musl opus sdl2 v4l-utils vidstab x264 x265 xvidcore zlib lame soxr"
+MAKEDEPS="make alsa-lib aom gnutls libass bzip2 dav1d libdrm pulseaudio librist libsrt libtheora libva libvorbis libvpx libwebp libx11 libxcb musl opus sdl2 v4l-utils vidstab x264 x265 xvidcore zlib lame soxr yasm"
-PKG_VER=4.4.2
+PKG_VER=4.4.1
SOURCE="https://ffmpeg.org/releases/ffmpeg-$PKG_VER.tar.xz"
ADDITIONAL="
0001-ffbuild-libversion.sh-add-shebang.patch
@@ -20,7 +19,6 @@ prepare () {
build () {
./configure \
--prefix=/usr \
- --enable-avresample \
--enable-avfilter \
--enable-gnutls \
--enable-gpl \
@@ -52,8 +50,7 @@ build () {
--enable-libwebp \
--enable-vaapi \
--enable-vdpau \
- --enable-libdrm
-
+ --enable-libdrm &&
make
}