[x264-devel] [PATCH] QNX support in x264
Jason Garrett-Glaser
jason at x264.com
Fri Feb 1 23:08:47 CET 2013
>+ !defined(_STDINT_H_INCLUDED) && \
Should we add the similar INTTYPES define for consistency here?
>+ CFLAGS="$CFLAGS -I\$(SRCPATH)/extras"
Why is this needed here, but not on the other systems that don't have getopt?
>+#ifdef __QNXNTO__
>+#undef atof
>+#endif /* __QNXNTO__ */
Undeffing atoi/atof unconditionally should be fine here, I'd imagine.
I've actually already worked on a system that needed this to shut up
warnings, so I highly approve of this.
Jason
More information about the x264-devel
mailing list