patch-dvdnav-503.diff 421 B

1234567891011121314
  1. --- modules/access/dvdnav.c.orig 2020-04-07 23:35:05.000000000 +1000
  2. +++ modules/access/dvdnav.c 2020-04-16 22:32:34.175000000 +1000
  3. @@ -59,6 +59,10 @@
  4. #include <dvdnav/dvdnav.h>
  5. +/* libdvdnav-5.0.3 doesn't define DVDNAV_VERSION */
  6. +#ifndef DVDNAV_VERSION
  7. +#define DVDNAV_VERSION (50003)
  8. +#endif
  9. /* Expose without patching headers */
  10. dvdnav_status_t dvdnav_jump_to_sector_by_time(dvdnav_t *, uint64_t, int32_t);