002-add-missing-exports.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. diff -Naur a/win32/ogg.def b/win32/ogg.def
  2. --- a/win32/ogg.def 2019-08-07 15:58:05.000000000 -0700
  3. +++ b/win32/ogg.def 2019-12-09 20:22:47.721967800 -0800
  4. @@ -6,6 +6,7 @@
  5. EXPORTS
  6. ;
  7. oggpack_writeinit
  8. +oggpack_writecheck
  9. oggpack_writetrunc
  10. oggpack_writealign
  11. oggpack_writecopy
  12. @@ -24,6 +25,7 @@
  13. oggpack_get_buffer
  14. ;
  15. oggpackB_writeinit
  16. +oggpackB_writecheck
  17. oggpackB_writetrunc
  18. oggpackB_writealign
  19. oggpackB_writecopy
  20. @@ -42,13 +44,18 @@
  21. oggpackB_get_buffer
  22. ;
  23. ogg_stream_packetin
  24. +ogg_stream_iovecin
  25. ogg_stream_pageout
  26. +ogg_stream_pageout_fill
  27. ogg_stream_flush
  28. +ogg_stream_flush_fill
  29. ;
  30. ogg_sync_init
  31. ogg_sync_clear
  32. ogg_sync_reset
  33. ogg_sync_destroy
  34. +ogg_sync_check
  35. +;
  36. ogg_sync_buffer
  37. ogg_sync_wrote
  38. ogg_sync_pageseek
  39. @@ -62,11 +69,11 @@
  40. ogg_stream_reset
  41. ogg_stream_reset_serialno
  42. ogg_stream_destroy
  43. +ogg_stream_check
  44. ogg_stream_eos
  45. -ogg_stream_pageout_fill
  46. -ogg_stream_flush_fill
  47. ;
  48. ogg_page_checksum_set
  49. +;
  50. ogg_page_version
  51. ogg_page_continued
  52. ogg_page_bos
  53. @@ -75,6 +82,5 @@
  54. ogg_page_serialno
  55. ogg_page_pageno
  56. ogg_page_packets
  57. +;
  58. ogg_packet_clear
  59. -
  60. -