Changes of Revision 304
vlc-beta.patch
Changed
x
1
2
if( p_sys->p_liba52 == NULL )
3
{
4
msg_Err( p_this, "unable to initialize liba52" );
5
---- a/modules/control/cli/cli.c
6
-+++ b/modules/control/cli/cli.c
7
-@@ -540,9 +540,8 @@ static void cli_client_delete(struct cli_client *cl)
8
- free(cl);
9
- }
10
-
11
--static void *Run(void *data)
12
-+static void _Run(intf_thread_t *intf)
13
- {
14
-- intf_thread_t *intf = data;
15
- intf_sys_t *sys = intf->p_sys;
16
-
17
- vlc_thread_set_name("vlc-cli-server");
18
--- a/src/Makefile.am
19
+++ b/src/Makefile.am
20
@@ -560,7 +560,7 @@ libvlccore_la_LDFLAGS = \
21