Changes of Revision 421

vlc-beta.patch Changed
x
 
1
@@ -27,7 +27,7 @@
2
            VLC_ADD_PLUGIN(mod)
3
            VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS)
4
            VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod
5
-@@ -4849,7 +4849,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
6
+@@ -4853,7 +4853,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
7
     VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname`
8
  )
9
  AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure)
10
@@ -47,6 +47,24 @@
11
  
12
  /** LibVLC ABI minor version number, updated when compatible changes are added */
13
  # define LIBVLC_ABI_VERSION_MINOR  (0)
14
+--- a/modules/Makefile.am
15
++++ b/modules/Makefile.am
16
+@@ -1,4 +1,3 @@
17
+-
18
+ noinst_LTLIBRARIES =
19
+ check_LTLIBRARIES =
20
+ pkglib_LTLIBRARIES =
21
+--- a/modules/audio_output/Makefile.am
22
++++ b/modules/audio_output/Makefile.am
23
+@@ -1,8 +1,5 @@
24
+ aoutdir = $(pluginsdir)/audio_output
25
+ aout_LTLIBRARIES =
26
+-# Install the pkglib/pkglibexec first before relinking the modules.
27
+-# This ensures libtool re-linking is not racy.
28
+-install-aoutLTLIBRARIES: install-pkglibLTLIBRARIES
29
+ 
30
+ libvlc_android_audioformat_jni_la_SOURCES = \
31
+   audio_output/android/audioformat_jni.c \
32
 --- a/modules/control/cli/cli.c
33
 +++ b/modules/control/cli/cli.c
34
 @@ -580,6 +580,7 @@ _Noreturn static void *Run(void *data)
35
@@ -57,6 +75,28 @@
36
  }
37
  
38
  #else // _WIN32
39
+--- a/modules/hw/vdpau/Makefile.am
40
++++ b/modules/hw/vdpau/Makefile.am
41
+@@ -1,8 +1,4 @@
42
+ vdpaudir = $(pluginsdir)/vdpau
43
+-# Install the pkglib/pkglibexec first before relinking the modules.
44
+-# This ensures libtool re-linking is not racy.
45
+-install-vpdauLTLIBRARIES: install-pkglibLTLIBRARIES
46
+-
47
+ 
48
+ libvlc_vdpau_la_SOURCES = hw/vdpau/vlc_vdpau.c hw/vdpau/vlc_vdpau.h
49
+ libvlc_vdpau_la_CFLAGS = $(VDPAU_CFLAGS)
50
+--- a/modules/video_output/Makefile.am
51
++++ b/modules/video_output/Makefile.am
52
+@@ -1,8 +1,5 @@
53
+ voutdir = $(pluginsdir)/video_output
54
+ vout_LTLIBRARIES =
55
+-# Install the pkglib/pkglibexec first before relinking the modules.
56
+-# This ensures libtool re-linking is not racy.
57
+-install-voutLTLIBRARIES: install-pkglibLTLIBRARIES
58
+ 
59
+ EXTRA_DIST += video_output/README
60
+ 
61
 --- a/src/Makefile.am
62
 +++ b/src/Makefile.am
63
 @@ -566,7 +566,7 @@ libvlccore_la_LDFLAGS = \
64
_service:obs_scm:vlc-beta-20241208.056d7349a5.obscpio Deleted
_service:obs_scm:vlc-beta-20241208.432b0e89e0.obscpio Added
_service:obs_scm:vlc-beta.obsinfo Changed
9
 
1
@@ -1,4 +1,4 @@
2
 name: vlc-beta
3
-version: 20241208.056d7349a5
4
-mtime: 1733661907
5
-commit: 056d7349a559cb63b456505bb11c08a4910452aa
6
+version: 20241208.432b0e89e0
7
+mtime: 1733665934
8
+commit: 432b0e89e0d7eeb80bc328878df8a54b71ece0d9
9