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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to