summaryrefslogtreecommitdiffstats
path: root/http/palemoon/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'http/palemoon/DEPENDS')
-rwxr-xr-xhttp/palemoon/DEPENDS8
1 files changed, 7 insertions, 1 deletions
diff --git a/http/palemoon/DEPENDS b/http/palemoon/DEPENDS
index 99e3bf6e14..853155928d 100755
--- a/http/palemoon/DEPENDS
+++ b/http/palemoon/DEPENDS
@@ -63,7 +63,13 @@ optional_depends gstreamer \
"for GStreamer support" &&
if is_depends_enabled $SPELL gstreamer; then
- depends gst-plugins-base
+ depends gst-plugins-base &&
+ # qtdemux
+ depends gst-plugins-good &&
+ # h264parse
+ depends gst-plugins-bad &&
+ # ffmpeg plugin for gstreamer
+ depends gst-ffmpeg
fi &&
optional_depends dbus \