CC libgstx264_la-gstx264enc.lo
In file included from gstx264enc.c:101:
In file included from ./gstx264enc.h:28:
/usr/local/include/x264.h:36:4: error: You must include stdint.h or inttypes.h before x264.h [-Werror,-W#warnings]
warning You must include stdint.h or inttypes.h before x264.h
^
1 error generated.
ll /usr/include/stdint.h
lrwxr-xr-x 1 root wheel 12 Jun 13 19:33 /usr/include/stdint.h@ -> sys/stdint.h
This error is caused by our /usr/include/stdint.h header being a symlink
to /usr/include/sys/stdint.h. And x264.h explicitly checking for the
header guards. Add our's to the list so it will compile again.