[vlc-commits] [Git][videolan/vlc][master] 2 commits: package/win32: remove SDL_image disabling

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Mon Jul 13 09:40:27 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
6b46930d by Steve Lhomme at 2026-07-13T10:53:44+02:00
package/win32: remove SDL_image disabling

The contrib was removed in e9dca30bee95d7d7a4386e04e9109bcc89288540.

- - - - -
f3e9a8fd by Steve Lhomme at 2026-07-13T10:53:44+02:00
package/apple: remove SDL_image disabling

The contrib was removed in e9dca30bee95d7d7a4386e04e9109bcc89288540.

- - - - -


2 changed files:

- extras/package/apple/build.conf
- extras/package/win32/build.sh


Changes:

=====================================
extras/package/apple/build.conf
=====================================
@@ -33,8 +33,6 @@ export VLC_CONTRIB_OPTIONS_BASE=(
     --disable-gnuv3
     --enable-ad-clauses
     --disable-disc
-    --disable-sdl
-    --disable-SDL_image
     --disable-iconv
     --enable-zvbi
     --disable-kate


=====================================
extras/package/win32/build.sh
=====================================
@@ -226,7 +226,7 @@ if [ -n "$BUILD_UCRT" ]; then
     fi
 
     if [ -n "$WINSTORE" ]; then
-        CONTRIBFLAGS="$CONTRIBFLAGS --disable-disc --disable-srt --disable-sdl --disable-SDL_image"
+        CONTRIBFLAGS="$CONTRIBFLAGS --disable-disc --disable-srt"
         # FIXME enable discs ?
         # modplug uses GlobalAlloc/Free and lstrcpyA/wsprintfA/lstrcpynA
         CONTRIBFLAGS="$CONTRIBFLAGS --disable-modplug"



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/6f84473e58d5d5b7c70f24f797876dc88661f94d...f3e9a8fd3829092960372cf25718150bfb80f12a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/6f84473e58d5d5b7c70f24f797876dc88661f94d...f3e9a8fd3829092960372cf25718150bfb80f12a
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list