[vlc-commits] [Git][videolan/vlc][master] package/macosx: Fix plugin installation
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Jun 6 09:45:10 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
b4d191dd by Romain Roffé at 2022-06-06T09:33:05+00:00
package/macosx: Fix plugin installation
RTP plugin weren't included
- - - - -
1 changed file:
- extras/package/macosx/package.mak
Changes:
=====================================
extras/package/macosx/package.mak
=====================================
@@ -55,7 +55,7 @@ endif
cp -a "$(macos_destdir)$(libdir)"/libvlc*.dylib $@/Contents/Frameworks/
## Copy plugins
mkdir -p $@/Contents/Frameworks/plugins
- find "$(macos_destdir)$(pkglibdir)/plugins" -name 'lib*_plugin.dylib' -maxdepth 2 -exec cp -a {} $@/Contents/Frameworks/plugins \;
+ find "$(macos_destdir)$(pkglibdir)/plugins" -name 'lib*_plugin.dylib' -maxdepth 3 -exec cp -a {} $@/Contents/Frameworks/plugins \;
## Copy libbluray jar
-cp -a "$(CONTRIB_DIR)"/share/java/libbluray*.jar $@/Contents/Frameworks/plugins/
## Install binary
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b4d191ddbcaa7031547dcabad2fe589e35defc12
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b4d191ddbcaa7031547dcabad2fe589e35defc12
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list