Changes of Revision 422
vlc-beta.patch
Changed
x
1
2
3
/** LibVLC ABI minor version number, updated when compatible changes are added */
4
# define LIBVLC_ABI_VERSION_MINOR (0)
5
---- a/modules/Makefile.am
6
-+++ b/modules/Makefile.am
7
-@@ -1,4 +1,3 @@
8
--
9
- noinst_LTLIBRARIES =
10
- check_LTLIBRARIES =
11
- pkglib_LTLIBRARIES =
12
--- a/modules/audio_output/Makefile.am
13
+++ b/modules/audio_output/Makefile.am
14
-@@ -1,8 +1,5 @@
15
- aoutdir = $(pluginsdir)/audio_output
16
+@@ -2,7 +2,8 @@ aoutdir = $(pluginsdir)/audio_output
17
aout_LTLIBRARIES =
18
--# Install the pkglib/pkglibexec first before relinking the modules.
19
--# This ensures libtool re-linking is not racy.
20
+ # Install the pkglib/pkglibexec first before relinking the modules.
21
+ # This ensures libtool re-linking is not racy.
22
-install-aoutLTLIBRARIES: install-pkglibLTLIBRARIES
23
++installaoutLTLIBRARIES = install-aoutLTLIBRARIES
24
++$(installaoutLTLIBRARIES): install-pkglibLTLIBRARIES
25
26
libvlc_android_audioformat_jni_la_SOURCES = \
27
audio_output/android/audioformat_jni.c \
28
29
#else // _WIN32
30
--- a/modules/hw/vdpau/Makefile.am
31
+++ b/modules/hw/vdpau/Makefile.am
32
-@@ -1,8 +1,4 @@
33
+@@ -1,7 +1,8 @@
34
vdpaudir = $(pluginsdir)/vdpau
35
--# Install the pkglib/pkglibexec first before relinking the modules.
36
--# This ensures libtool re-linking is not racy.
37
+ # Install the pkglib/pkglibexec first before relinking the modules.
38
+ # This ensures libtool re-linking is not racy.
39
-install-vpdauLTLIBRARIES: install-pkglibLTLIBRARIES
40
--
41
++installvpdauLTLIBRARIES = install-vdpauLTLIBRARIES
42
++$(installvpdauLTLIBRARIES): install-pkglibLTLIBRARIES
43
+
44
45
libvlc_vdpau_la_SOURCES = hw/vdpau/vlc_vdpau.c hw/vdpau/vlc_vdpau.h
46
- libvlc_vdpau_la_CFLAGS = $(VDPAU_CFLAGS)
47
--- a/modules/video_output/Makefile.am
48
+++ b/modules/video_output/Makefile.am
49
-@@ -1,8 +1,5 @@
50
- voutdir = $(pluginsdir)/video_output
51
+@@ -2,7 +2,8 @@ voutdir = $(pluginsdir)/video_output
52
vout_LTLIBRARIES =
53
--# Install the pkglib/pkglibexec first before relinking the modules.
54
--# This ensures libtool re-linking is not racy.
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
++installvoutLTLIBRARIES = install-voutLTLIBRARIES
59
++$(installvoutLTLIBRARIES): install-pkglibLTLIBRARIES
60
61
EXTRA_DIST += video_output/README
62
63
_service:obs_scm:vlc-beta-20241208.432b0e89e0.obscpio
Deleted
_service:obs_scm:vlc-beta-20241209.fa60a90993.obscpio
Added
_service:obs_scm:vlc-beta.obsinfo
Changed
9
1
2
name: vlc-beta
3
-version: 20241208.432b0e89e0
4
-mtime: 1733665934
5
-commit: 432b0e89e0d7eeb80bc328878df8a54b71ece0d9
6
+version: 20241209.fa60a90993
7
+mtime: 1733722978
8
+commit: fa60a909932d5b9ff654233b0632737479fa94fe
9