From 4b5141755ecdfbe561471fa98ad85f46cc54ccbd Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Mon, 15 Jul 2019 23:46:33 +0100 Subject: Add symbol versions to the libmodplug compat library Forwarded: no This should ensure there are no symbol collisions if both the original libmodplug and our libopenmpt-modplug libraries are loaded at the same time. Forwarded: no Gbp-Pq: Name 01_libmodplug_symver.patch --- libmodplug/libmodplug.ver | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libmodplug/libmodplug.ver (limited to 'libmodplug/libmodplug.ver') diff --git a/libmodplug/libmodplug.ver b/libmodplug/libmodplug.ver new file mode 100644 index 0000000..eb0a17e --- /dev/null +++ b/libmodplug/libmodplug.ver @@ -0,0 +1,8 @@ +LIBOPENMPT_MODPLUG1 { +global: + ModPlug_*; + _ZN10CSoundFile*; + _ZNK10CSoundFile*; +local: + *; +}; -- cgit v1.2.3