On Thu, Mar 06, 2014 at 09:24:13AM +0100, Anton Khirnov wrote: > --- /dev/null > +++ b/compat/float/float.h > @@ -0,0 +1,35 @@ > + * You should have received a copy of the GNU Lesser General Public > + * License along with Libav; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > + */ > + > +#include_next <float.h> > + > --- /dev/null > +++ b/compat/float/limits.h > @@ -0,0 +1,22 @@ > + * You should have received a copy of the GNU Lesser General Public > + * License along with Libav; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > + */ > + > +#include_next <limits.h>
These two are missing multiple inclusion guards. > --- a/configure > +++ b/configure > @@ -1356,6 +1366,7 @@ HAVE_LIST=" > fcntl > + flt_lim > fork What's with all the ultra-abbreviated names? "float_limits" is not excactly unwieldy.. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
