Projects
Staging
vlc-beta
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 231
View file
vlc-beta.patch
Changed
@@ -21,28 +21,6 @@ VLC_ADD_PLUGIN(mod) VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS) VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod ---- a/modules/access/live555.cpp -+++ b/modules/access/live555.cpp -@@ -60,6 +60,7 @@ - #include <liveMedia.hh> - #include <liveMedia_version.hh> - #include <Base64.hh> -+#include <NetAddress.hh> - - extern "C" { - #include "../access/mms/asf.h" /* Who said ugly ? */ -@@ -859,8 +860,10 @@ static int SessionsSetup( demux_t *p_dem - if( sub->readSource() == NULL ) continue; - if( !p_sys->b_multicast ) - { -+ struct sockaddr_storage addr; - /* We need different rollover behaviour for multicast */ -- p_sys->b_multicast = IsMulticastAddress( sub->connectionEndpointAddress() ); -+ sub->getConnectionEndpointAddress( addr ); -+ p_sys->b_multicast = IsMulticastAddress( addr ); - } - - tk = (live_track_t*)malloc( sizeof( live_track_t ) ); --- a/modules/control/cli/cli.c +++ b/modules/control/cli/cli.c @@ -529,9 +529,8 @@ static void cli_client_delete(struct cli
View file
_service:obs_scm:vlc-beta-20220715.6642dc1c10.obscpio
Deleted
View file
_service:obs_scm:vlc-beta-20220718.0e1fbc77fe.obscpio
Added
View file
_service:obs_scm:vlc-beta.obsinfo
Changed
@@ -1,4 +1,4 @@ name: vlc-beta -version: 20220715.6642dc1c10 -mtime: 1657890748 -commit: 6642dc1c10134c70658cf81be752624b8b61015f +version: 20220718.0e1fbc77fe +mtime: 1658133801 +commit: 0e1fbc77fe55dd763d5a7767b09e596c5a7d7989
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.