• Måns Rullgård's avatar
    Move libm replacements to new header libm.h · 335ee1aa
    Måns Rullgård authored
    ffmpeg.c uses lrintf(), which is missing on some systems.  Previously
    it picked up the replacement via libavutil/internal.h due to
    HAVE_AV_CONFIG_H being erroneously defined.
    
    Moving these replacements to a separate header enables ffmpeg.c to
    use them without being exposed to internal interfaces.
    
    This use of a non-public header is justified by the header in question
    not being part of the internal interface either.  It should rather be
    considered as part of the build system, which is shared between the
    libraries and the applications.
    
    This header cannot be installed since the tested conditions depend on
    the compiler.
    
    Originally committed as revision 22399 to svn://svn.ffmpeg.org/ffmpeg/trunk
    335ee1aa
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...