[MacPorts] #58929: ffmpeg won't build complains that it cannot find libtheora
MacPorts
noreply at macports.org
Thu Sep 5 04:41:09 UTC 2019
#58929: ffmpeg won't build complains that it cannot find libtheora
---------------------+----------------------
Reporter: hellyj | Owner: dbevans
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: ffmpeg |
---------------------+----------------------
Comment (by kencu):
the libogg devs change the include in ogg/ostypes.h for some reason in
v1.3.4.
It looks like this is having more widespread repercussions than expected!
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:
+# include <stdint.h>
# include <sys/types.h>
fixes the build of libtheora.
There is something kind of strange going on here that we have not yet
fully understood with the way <stdint.h> gets included...
--
Ticket URL: <https://trac.macports.org/ticket/58929#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list