[vlc-commits] [Git][videolan/vlc][master] meson: fix build after network/tcp.c was removed
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Oct 14 14:28:21 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
77b3f7cd by Steve Lhomme at 2025-10-14T14:10:16+00:00
meson: fix build after network/tcp.c was removed
>From 3be851890c828dc9826c4defe51b5ce8a7ffd9f3.
- - - - -
2 changed files:
- modules/lua/meson.build
- src/meson.build
Changes:
=====================================
modules/lua/meson.build
=====================================
@@ -41,6 +41,7 @@ if lua_dep.found() and get_option('lua').enabled()
'libs/sd.c',
'libs/stream.c',
'libs/strings.c',
+ 'libs/tcp.c',
'libs/variables.c',
'libs/variables.h',
'libs/video.c',
=====================================
src/meson.build
=====================================
@@ -225,7 +225,6 @@ libvlccore_sources_base = files(
'network/http_auth.c',
'network/httpd.c',
'network/io.c',
- 'network/tcp.c',
'network/udp.c',
'network/rootbind.c',
'network/stream.c',
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/77b3f7cdeb61c7b0194ca029badafa4647b7d9fb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/77b3f7cdeb61c7b0194ca029badafa4647b7d9fb
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