X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.c;h=f70cba2d47b74c324b0bb0f832d942ac6988dbf5;hb=8955a324f4b3db0b63167c8b4a45606e0380ad15;hp=25f4558f891ffd66b56fd07a8b6791887fe36950;hpb=660822f0aebf37a8b3a9a89e0fb27096f17a5a42;p=ffmpeg diff --git a/ffmpeg.c b/ffmpeg.c index 25f4558f891..f70cba2d47b 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -40,6 +40,7 @@ #include "libavutil/fifo.h" #include "libavutil/pixdesc.h" #include "libavutil/avstring.h" +#include "libavutil/libm.h" #include "libavformat/os_support.h" #if HAVE_SYS_RESOURCE_H @@ -66,7 +67,6 @@ #elif HAVE_CONIO_H #include #endif -#undef time //needed because HAVE_AV_CONFIG_H is defined on top #include #include "cmdutils.h" @@ -74,8 +74,6 @@ #undef NDEBUG #include -#undef exit - const char program_name[] = "FFmpeg"; const int program_birth_year = 2000;