summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc/patch-dvdnav-503.diff
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc/patch-dvdnav-503.diff')
-rw-r--r--multimedia/vlc/patch-dvdnav-503.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/vlc/patch-dvdnav-503.diff b/multimedia/vlc/patch-dvdnav-503.diff
deleted file mode 100644
index 422fc53d03..0000000000
--- a/multimedia/vlc/patch-dvdnav-503.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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);
-