13 lines
552 B
Diff
13 lines
552 B
Diff
diff -Naur a/Makefile.am b/Makefile.am
|
|
--- a/Makefile.am 2021-09-29 17:22:01.000000000 +0600
|
|
+++ b/Makefile.am 2025-01-24 23:13:11.085956250 +0600
|
|
@@ -88,7 +88,7 @@
|
|
|
|
pkgconfig_DATA += pc/vapoursynth.pc
|
|
|
|
-libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version $(UNDEFINEDLDFLAGS)
|
|
+libvapoursynth_la_LDFLAGS = -no-undefined -version-info $(PACKAGE_VERSION) $(UNDEFINEDLDFLAGS)
|
|
libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"'
|
|
libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB)
|
|
|