summaryrefslogtreecommitdiff
path: root/makemkv-oss/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'makemkv-oss/debian/control')
-rw-r--r--makemkv-oss/debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/makemkv-oss/debian/control b/makemkv-oss/debian/control
index 4b2e1d9..1a9b93a 100644
--- a/makemkv-oss/debian/control
+++ b/makemkv-oss/debian/control
@@ -2,8 +2,9 @@ Source: makemkv-oss
Section: video
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=11~),
+Build-Depends: debhelper (>=12~),
libavcodec-dev,
+ libavcodec58,
libc6-dev,
libexpat1-dev,
libgl1-mesa-dev,
@@ -13,6 +14,7 @@ Build-Depends: debhelper (>=11~),
zlib1g-dev
Standards-Version: 4.1.4
Homepage: https://www.makemkv.com
+# libavcodec58 is listed only to prevent the "two choices available" error in obs. makemkv-oss handles the dependencies
Package: makemkv-oss
Architecture: any
bgstack15