8f1ae30
diff -U3 vapoursynth-R48.orig/Makefile.am vapoursynth-R48/Makefile.am
8f1ae30
--- vapoursynth-R48.orig/Makefile.am	2019-10-25 09:16:07.000000000 +0300
8f1ae30
+++ vapoursynth-R48/Makefile.am	2019-12-01 01:28:57.161837465 +0300
8f1ae30
@@ -89,7 +89,7 @@
8f1ae30
 
8f1ae30
 pkgconfig_DATA += pc/vapoursynth.pc
8f1ae30
 
8f1ae30
-libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version
8f1ae30
+libvapoursynth_la_LDFLAGS = -no-undefined -version-info $(PACKAGE_VERSION)
8f1ae30
 libvapoursynth_la_CPPFLAGS = $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"'
8f1ae30
 libvapoursynth_la_LIBADD = $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la libvapoursynth_avx2.la
8f1ae30