[vlc-commits] [Git][videolan/vlc][3.0.x] 4 commits: win32: don't force realrtsp

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jul 2 13:21:45 UTC 2026



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
7534a717 by Thomas Guillem at 2026-07-01T13:15:39+02:00
win32: don't force realrtsp

Refs #29956

- - - - -
9d33d390 by Thomas Guillem at 2026-07-01T13:16:32+02:00
macosx: don't force realrtsp

Refs #29956

- - - - -
55bea900 by Thomas Guillem at 2026-07-01T13:16:55+02:00
os2: don't force realrtsp

Refs #29956

- - - - -
1318b657 by Thomas Guillem at 2026-07-01T14:58:19+02:00
Update NEWS

- - - - -


4 changed files:

- NEWS
- extras/package/macosx/configure.sh
- extras/package/os2/configure.sh
- extras/package/win32/configure.sh


Changes:

=====================================
NEWS
=====================================
@@ -23,6 +23,7 @@ Access:
  * Add SRT listener mode support
  * Add SFTP public key authentication options and ED25519 hostkey support
  * Update SMB2 share enumeration
+ * Don't ship RealRTSP plugin (build disabled for all configurations)
 
 Service Discovery:
  * Include Chromecast model in mDNS renderer names


=====================================
extras/package/macosx/configure.sh
=====================================
@@ -14,7 +14,6 @@ OPTIONS="
         --enable-shout
         --enable-ncurses
         --enable-twolame
-        --enable-realrtsp
         --enable-libass
         --enable-macosx-avfoundation
         --disable-skins2


=====================================
extras/package/os2/configure.sh
=====================================
@@ -10,7 +10,6 @@ OPTIONS="
       --enable-sftp
       --enable-vcd
       --enable-libcddb
-      --enable-realrtsp
       --enable-dvbpsi
       --enable-ogg
       --enable-mad


=====================================
extras/package/win32/configure.sh
=====================================
@@ -9,7 +9,6 @@ OPTIONS="
       --enable-avcodec --enable-merge-ffmpeg
       --enable-mpc
       --enable-libass
-      --enable-realrtsp
       --enable-live555
       --enable-shout
       --enable-goom



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/35b498c5f0e35622299798b7beb344c944c24630...1318b657937b5a3674abad206530f1dd59fd43d7

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/35b498c5f0e35622299798b7beb344c944c24630...1318b657937b5a3674abad206530f1dd59fd43d7
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