Displaying 1 result from an estimated 1 matches for "flac__size16".
2004 Sep 10
0
VPATH and fixed-size integer data types
...to find fixed-size data types
#endif
This works on (at least) recent Linux, Solaris and Cygwin32. I assume it
works with the MS stuff as well.
If you want to keep the logic for detecting the size of various data types,
you can add the existing definitions instead of the #error, using
AC_DEFINE([FLaC__SIZE16], blah) etc.
Then ordinals.h doesn't have to be autogenerated anymore, we sidestep the
whole problem with VPATH, and also simplify things significantly, I think.
How about it?
--
- mdz