Module: libav Branch: master Commit: b62d4c16c901a7e3fe0296345970bce815ac410e
Author: Derek Buitenhuis <[email protected]> Committer: Derek Buitenhuis <[email protected]> Date: Tue Sep 25 12:54:26 2012 -0400 Revert "cbrt_tablegen: Include libm.h" This code runs on the host and should not use libm.h, which is meant for the target. This reverts commit 2768b717987d4e19d2774890d7d84aef531b1d9f. --- libavcodec/cbrt_tablegen.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libavcodec/cbrt_tablegen.c b/libavcodec/cbrt_tablegen.c index 44c2695..e92c0f1 100644 --- a/libavcodec/cbrt_tablegen.c +++ b/libavcodec/cbrt_tablegen.c @@ -21,7 +21,6 @@ */ #include <stdlib.h> -#include "libavutil/libm.h" #define CONFIG_HARDCODED_TABLES 0 #include "cbrt_tablegen.h" #include "tableprint.h" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
