summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorTreeve Jelbert2022-04-18 09:37:48 +0200
committerTreeve Jelbert2022-04-18 09:37:48 +0200
commit6d62ef3e20cbc6d4ff4b137d92562cdcc40afc59 (patch)
treed76717ce9f28c8a24cc609e3c78889cfc743b6b5 /video
parentd6599750afa76fca1912ebb20b31b63a19914e2d (diff)
vlc - fix typo
Diffstat (limited to 'video')
-rwxr-xr-xvideo/vlc/DEPENDS2
-rw-r--r--video/vlc/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index 105f5fbdaf..a87f7a6a07 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -300,7 +300,7 @@ optional_depends OPENCV \
'--enable-opencv' \
'--disable-opencv' \
'OpenCV support' &&
-optional_depends libvp x \
+optional_depends libvpx \
'--enable-vpx' \
'--disable-vpx' \
'libvpx VP8/VP9 decoder' &&
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index ee50840518..ccea07a632 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2022-04-18 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: fix typo
+
2022-04-07 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 3.0.17.3
* DEPENDS: add optional dav1d, qt5 only