Changes of Revision 303

vlc-beta.patch Changed
x
 
1
@@ -9,7 +9,7 @@
2
  LIBVLC_ABI_MINOR=0
3
  LIBVLC_ABI_MICRO=0
4
  
5
-@@ -2054,7 +2054,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
6
+@@ -2053,7 +2053,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
7
  dnl
8
  dnl dvdread module: check for libdvdread
9
  dnl
10
@@ -18,7 +18,7 @@
11
  
12
  dnl
13
  dnl libdvdnav plugin
14
-@@ -2369,7 +2369,7 @@ AC_ARG_ENABLE(mod,
15
+@@ -2368,7 +2368,7 @@ AC_ARG_ENABLE(mod,
16
    AS_HELP_STRING(--disable-mod,
17
      do not use libmodplug (default auto)))
18
  if test "${enable_mod}" != "no" ; then
19
@@ -27,7 +27,7 @@
20
            VLC_ADD_PLUGIN(mod)
21
            VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS)
22
            VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod
23
-@@ -4658,7 +4658,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
24
+@@ -4657,7 +4657,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
25
     VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname`
26
  )
27
  AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure)
28
@@ -60,7 +60,7 @@
29
          msg_Err( p_this, "unable to initialize liba52" );
30
 --- a/modules/control/cli/cli.c
31
 +++ b/modules/control/cli/cli.c
32
-@@ -537,9 +537,8 @@ static void cli_client_delete(struct cli_client *cl)
33
+@@ -540,9 +540,8 @@ static void cli_client_delete(struct cli_client *cl)
34
      free(cl);
35
  }
36
  
37
@@ -71,23 +71,9 @@
38
      intf_sys_t *sys = intf->p_sys;
39
  
40
      vlc_thread_set_name("vlc-cli-server");
41
-@@ -576,6 +575,13 @@ static void *Run(void *data)
42
-     }
43
- }
44
- 
45
-+static void *Run(void *data)
46
-+{
47
-+    intf_thread_t *intf = data;
48
-+    _Run(intf);
49
-+    return NULL;
50
-+}
51
-+
52
- #else
53
- static void msg_vprint(intf_thread_t *p_intf, const char *psz_fmt, va_list args)
54
- {
55
 --- a/src/Makefile.am
56
 +++ b/src/Makefile.am
57
-@@ -559,7 +559,7 @@ libvlccore_la_LDFLAGS = \
58
+@@ -560,7 +560,7 @@ libvlccore_la_LDFLAGS = \
59
    $(LDFLAGS_libvlccore) \
60
    -no-undefined \
61
    -export-symbols $(srcdir)/libvlccore.sym \
62