summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorFlorian Franzmann2020-03-22 11:38:24 +0100
committerFlorian Franzmann2020-03-24 23:35:34 +0100
commit5243a4e72d2d9ea408b20d9028db5ec7eef289cc (patch)
treea5a5206f6466a7856e2de490f896f9bfdd571b15 /video
parent7ad94ff095f948de8eae9419503dc6313435e581 (diff)
video/ffmpeg: add missing optional dependencies
Diffstat (limited to 'video')
-rwxr-xr-xvideo/ffmpeg/DEPENDS25
-rwxr-xr-xvideo/ffmpeg/DETAILS1
-rw-r--r--video/ffmpeg/HISTORY5
3 files changed, 31 insertions, 0 deletions
diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index 590f1547b0..f3a90f0340 100755
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -8,11 +8,36 @@
# "--disable-openh264" \
# "for H.264 support through OpenH264" &&
+optional_depends dav1d \
+ "--enable-libdav1d" \
+ "--disable-libdav1d" \
+ "enable AV1-codec support" &&
+
+optional_depends chromaprint \
+ "--enable-chromaprint" \
+ "--disable-chromaprint" \
+ "enable audio-fingerprinting support" &&
+
+optional_depends codec2 \
+ "--enable-libcodec2" \
+ "--disable-libcodec2" \
+ "enable codec2 support" &&
+
+optional_depends ladspa \
+ "--enable-ladspa" \
+ "--disable-ladspa" \
+ "enable ladspa support" &&
+
optional_depends libdrm \
"--enable-libdrm" \
"--disable-libdrm" \
"enable DRM code" &&
+optional_depends libdc1394 \
+ "--enable-libdc1394" \
+ "--disable-libdc1394" \
+ "enable IIDC-1394 grabbing support" &&
+
optional_depends alsa-lib \
"--enable-alsa" \
"--disable-alsa" \
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index 239e747bc5..1de5bef93b 100755
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -2,6 +2,7 @@
if [[ $FFMPEG_RELEASE == stable ]]; then
VERSION=4.2.2
SECURITY_PATCH=20
+ PATCHLEVEL=1
else
VERSION=0.7.16
SECURITY_PATCH=11
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index a3d1681a4d..c367e771f1 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,8 @@
+2020-03-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: add optional dependency on dav1d, chromaprint, libcodec2,
+ ladspa, libdc1394
+ * DETAILS: PATCHLEVEL++
+
2020-01-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 4.2.2