Changes of Revision 423

vlc-beta.patch Changed
x
 
1
@@ -47,18 +47,6 @@
2
  
3
  /** LibVLC ABI minor version number, updated when compatible changes are added */
4
  # define LIBVLC_ABI_VERSION_MINOR  (0)
5
---- a/modules/audio_output/Makefile.am
6
-+++ b/modules/audio_output/Makefile.am
7
-@@ -2,7 +2,8 @@ aoutdir = $(pluginsdir)/audio_output
8
- aout_LTLIBRARIES =
9
- # Install the pkglib/pkglibexec first before relinking the modules.
10
- # This ensures libtool re-linking is not racy.
11
--install-aoutLTLIBRARIES: install-pkglibLTLIBRARIES
12
-+installaoutLTLIBRARIES = install-aoutLTLIBRARIES
13
-+$(installaoutLTLIBRARIES): install-pkglibLTLIBRARIES
14
- 
15
- libvlc_android_audioformat_jni_la_SOURCES = \
16
-   audio_output/android/audioformat_jni.c \
17
 --- a/modules/control/cli/cli.c
18
 +++ b/modules/control/cli/cli.c
19
 @@ -580,6 +580,7 @@ _Noreturn static void *Run(void *data)
20
@@ -69,30 +57,6 @@
21
  }
22
  
23
  #else // _WIN32
24
---- a/modules/hw/vdpau/Makefile.am
25
-+++ b/modules/hw/vdpau/Makefile.am
26
-@@ -1,7 +1,8 @@
27
- vdpaudir = $(pluginsdir)/vdpau
28
- # Install the pkglib/pkglibexec first before relinking the modules.
29
- # This ensures libtool re-linking is not racy.
30
--install-vpdauLTLIBRARIES: install-pkglibLTLIBRARIES
31
-+installvpdauLTLIBRARIES = install-vdpauLTLIBRARIES
32
-+$(installvpdauLTLIBRARIES): install-pkglibLTLIBRARIES
33
- 
34
- 
35
- libvlc_vdpau_la_SOURCES = hw/vdpau/vlc_vdpau.c hw/vdpau/vlc_vdpau.h
36
---- a/modules/video_output/Makefile.am
37
-+++ b/modules/video_output/Makefile.am
38
-@@ -2,7 +2,8 @@ voutdir = $(pluginsdir)/video_output
39
- vout_LTLIBRARIES =
40
- # Install the pkglib/pkglibexec first before relinking the modules.
41
- # This ensures libtool re-linking is not racy.
42
--install-voutLTLIBRARIES: install-pkglibLTLIBRARIES
43
-+installvoutLTLIBRARIES = install-voutLTLIBRARIES
44
-+$(installvoutLTLIBRARIES): install-pkglibLTLIBRARIES
45
- 
46
- EXTRA_DIST += video_output/README
47
- 
48
 --- a/src/Makefile.am
49
 +++ b/src/Makefile.am
50
 @@ -566,7 +566,7 @@ libvlccore_la_LDFLAGS = \
51
_service:obs_scm:vlc-beta-20241209.fa60a90993.obscpio Deleted
_service:obs_scm:vlc-beta-20241210.0b9f3f836f.obscpio Added
_service:obs_scm:vlc-beta.obsinfo Changed
9
 
1
@@ -1,4 +1,4 @@
2
 name: vlc-beta
3
-version: 20241209.fa60a90993
4
-mtime: 1733722978
5
-commit: fa60a909932d5b9ff654233b0632737479fa94fe
6
+version: 20241210.0b9f3f836f
7
+mtime: 1733811968
8
+commit: 0b9f3f836f1c678e6d101f62545a8edaba16dcd0
9