summaryrefslogtreecommitdiff
path: root/user/vlc/use-libtool-correctly.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/vlc/use-libtool-correctly.patch')
-rw-r--r--user/vlc/use-libtool-correctly.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/vlc/use-libtool-correctly.patch b/user/vlc/use-libtool-correctly.patch
new file mode 100644
index 000000000..b4f12d173
--- /dev/null
+++ b/user/vlc/use-libtool-correctly.patch
@@ -0,0 +1,14 @@
+diff '--color=auto' -Nurd vlc-3.0.20/test/Makefile.am vlc-3.0.20.new/test/Makefile.am
+--- vlc-3.0.20/test/Makefile.am 2023-08-05 03:03:51.000000000 -0700
++++ vlc-3.0.20.new/test/Makefile.am 2025-06-28 09:50:23.942096181 -0700
+@@ -80,8 +80,8 @@
+
+ AM_CFLAGS = -DSRCDIR=\"$(srcdir)\"
+ AM_LDFLAGS = -no-install
+-LIBVLCCORE = -L../src/ -lvlccore
+-LIBVLC = -L../lib -lvlc
++LIBVLCCORE = ../src/libvlccore.la
++LIBVLC = ../lib/libvlc.la
+
+ test_libvlc_core_SOURCES = libvlc/core.c
+ test_libvlc_core_LDADD = $(LIBVLC)