macdeployqt: Add hls plugin

This commit is contained in:
Jonas Kvinge 2022-07-07 21:47:05 +02:00
parent 6fb0858b87
commit 91703ecec4
1 changed files with 2 additions and 1 deletions

View File

@ -1328,7 +1328,8 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
<< "libgstvorbis.dylib"
<< "libgstwavpack.dylib"
<< "libgstwavparse.dylib"
<< "libgstxingmux.dylib";
<< "libgstxingmux.dylib"
<< "libgsthls.dylib";
QString gstreamer_plugins_dir = qgetenv("GST_PLUGIN_PATH");
if (gstreamer_plugins_dir.isEmpty()) {