[vlc-commits] [Git][videolan/vlc][master] vlcrs-macros: module: fix vlc_module_name in static cfg
    Alexandre Janniaux (@alexandre-janniaux) 
    gitlab at videolan.org
       
    Tue Feb 25 11:57:20 UTC 2025
    
    
  
Alexandre Janniaux pushed to branch master at VideoLAN / VLC
Commits:
01b9f217 by Alexandre Janniaux at 2025-02-25T10:41:42+00:00
vlcrs-macros: module: fix vlc_module_name in static cfg
vlc_module_name should not be exposed in static cfg for now, since it's
not partially linked into each plugin and thus conflicts with the
libvlc/vlccore's definition.
- - - - -
1 changed file:
- src/rust/vlcrs-macros/src/module.rs
Changes:
=====================================
src/rust/vlcrs-macros/src/module.rs
=====================================
@@ -1168,6 +1168,7 @@ pub fn module(input: TokenStream) -> TokenStream {
         #cfg_not_static
         #entry_copyright
 
+        #cfg_not_static
         #module_name
 
         #cfg_not_static
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/01b9f217cb56cfa0f0350d76463a0205914aec08
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/01b9f217cb56cfa0f0350d76463a0205914aec08
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