macdeployqt: Add hls plugin
This commit is contained in:
3
3rdparty/macdeployqt/shared.cpp
vendored
3
3rdparty/macdeployqt/shared.cpp
vendored
@@ -1328,7 +1328,8 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
|
|||||||
<< "libgstvorbis.dylib"
|
<< "libgstvorbis.dylib"
|
||||||
<< "libgstwavpack.dylib"
|
<< "libgstwavpack.dylib"
|
||||||
<< "libgstwavparse.dylib"
|
<< "libgstwavparse.dylib"
|
||||||
<< "libgstxingmux.dylib";
|
<< "libgstxingmux.dylib"
|
||||||
|
<< "libgsthls.dylib";
|
||||||
|
|
||||||
QString gstreamer_plugins_dir = qgetenv("GST_PLUGIN_PATH");
|
QString gstreamer_plugins_dir = qgetenv("GST_PLUGIN_PATH");
|
||||||
if (gstreamer_plugins_dir.isEmpty()) {
|
if (gstreamer_plugins_dir.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user