Changes between Initial Version and Version 1 of Ticket #58929, comment 8


Ignore:
Timestamp:
Sep 5, 2019, 4:42:06 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58929, comment 8

    initial v1  
    1 the libogg devs change the include in ogg/ostypes.h for some reason in v1.3.4.
     1the libogg devs change the include in ogg/os_types.h for some reason in v1.3.4.
    22
    33It looks like this is having more widespread repercussions than expected!
    44
    5 They will probably have to revert the change, in time. In the meantime, reverting the change (more or less) in <os_types.h> to this:
     5They will probably have to revert the change, in time. In the meantime, reverting the change (more or less) in <ogg/os_types.h> to this:
    66
    77+#  include <stdint.h>