[vlc-commits] [Git][videolan/vlc][master] package: apple: remove config.h include for static modules list generation

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Apr 20 09:32:27 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
b2af1a26 by Maxime Chapelet at 2023-04-20T09:11:09+00:00
package: apple: remove config.h include for static modules list generation

config.h isn't actually needed to create static modules list for darwin platforms and its inclusion actually caused build issues with VLCKit

- - - - -


1 changed file:

- extras/package/apple/build.sh


Changes:

=====================================
extras/package/apple/build.sh
=====================================
@@ -423,7 +423,6 @@ gen_vlc_static_module_list()
     done
 
     printf "\
-#include \"config.h\"\\n\
 #include <vlc_common.h>\\n\
 #include <vlc_plugin.h>\\n\
 %b\\n\



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2af1a26e4da2ae670c2b9d99ca1f6e7400e3950

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b2af1a26e4da2ae670c2b9d99ca1f6e7400e3950
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