summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorFlorian Franzmann2018-06-10 13:11:50 +0200
committerFlorian Franzmann2018-06-10 13:11:56 +0200
commite6137c60057e3043951230942da2012fd7ce0e39 (patch)
treeac1e4605eabef1cf37f58e712acd35e3c2d410f5 /video
parent7e5d2816e68bef356e626710ccf4f0681ca8f057 (diff)
video/ffmpeg: adapt dependencies to version 4.0
Diffstat (limited to 'video')
-rwxr-xr-xvideo/ffmpeg/DEPENDS11
-rw-r--r--video/ffmpeg/HISTORY3
2 files changed, 6 insertions, 8 deletions
diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index fc8460ae8e..3d6c8aba1f 100755
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -23,7 +23,7 @@ optional_depends alsa-lib \
"--disable-alsa" \
"for alsa sound support" &&
-optional_depends JACK-DRIVER "--enable-jack" "" "for libjack sound support" &&
+optional_depends JACK-DRIVER "--enable-libjack" "--enable-libjack" "for libjack sound support" &&
optional_depends librsvg2 \
"--enable-librsvg" \
@@ -45,14 +45,9 @@ optional_depends zlib \
"--disable-zlib" \
"for zlib support" &&
-optional_depends bzip2 \
- "--enable-bzlib" \
- "--disable-bzlib " \
- "for bzlib support" &&
-
optional_depends X86-ASSEMBLER \
"" \
- "--disable-yasm" \
+ "--disable-x86asm" \
"for some assembler optimizations" &&
optional_depends celt \
@@ -74,7 +69,7 @@ if [[ $FFMPEG_RELEASE == stable ]]; then
esac &&
optional_depends fontconfig \
- "--enable-fontconfig" \
+ "--enable-libfontconfig" \
"" \
"to enable fontconfig" &&
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index f1885ebc90..93de72be66 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,6 @@
+2018-06-10 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: adapt dependencies to version 4.0
+
2018-04-22 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 4.0
* CONFIGURE DEPENDS: adjust for libressl