Bump module ABI for time_t transition
authorSebastian Ramacher <sramacher@debian.org>
Wed, 28 Feb 2024 22:55:22 +0000 (23:55 +0100)
committerSebastian Ramacher <sramacher@debian.org>
Tue, 21 Jan 2025 18:02:47 +0000 (19:02 +0100)
Gbp-Pq: Name 0003-Bump-module-ABI-for-time_t-transition.patch

include/vlc_plugin.h

index ce285627265322cf9a59e8f15e3cdc39cc1be7a8..00f566718e6c16dce5bd8b8b1566cfb796122606 100644 (file)
@@ -188,8 +188,8 @@ enum vlc_module_properties
 /**
  * Current plugin ABI version
  */
-# define MODULE_SYMBOL 3_0_0f
-# define MODULE_SUFFIX "__3_0_0f"
+# define MODULE_SYMBOL 3_0_0ft64
+# define MODULE_SUFFIX "__3_0_0ft64"
 
 /*****************************************************************************
  * Add a few defines. You do not want to read this section. Really.