mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
3a848dc660
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
421 B
Diff
13 lines
421 B
Diff
--- modules/access/dvdnav.c.orig 2020-04-07 23:35:05.000000000 +1000
|
|
+++ modules/access/dvdnav.c 2020-04-16 22:32:34.175000000 +1000
|
|
@@ -59,6 +59,10 @@
|
|
|
|
|
|
#include <dvdnav/dvdnav.h>
|
|
+/* libdvdnav-5.0.3 doesn't define DVDNAV_VERSION */
|
|
+#ifndef DVDNAV_VERSION
|
|
+#define DVDNAV_VERSION (50003)
|
|
+#endif
|
|
/* Expose without patching headers */
|
|
dvdnav_status_t dvdnav_jump_to_sector_by_time(dvdnav_t *, uint64_t, int32_t);
|
|
|