diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-09-25 12:54:26 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-09-25 12:54:26 -0400 |
commit | b62d4c16c901a7e3fe0296345970bce815ac410e (patch) | |
tree | 772cfd7a9404c22d3bff924b52d4d054f51c42bd /libavcodec/cbrt_tablegen.c | |
parent | 7a1a9dd56cb4cafad054bf6d65b21bb24d31c544 (diff) | |
download | ffmpeg-b62d4c16c901a7e3fe0296345970bce815ac410e.tar.gz |
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.
Diffstat (limited to 'libavcodec/cbrt_tablegen.c')
-rw-r--r-- | 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 44c2695560..e92c0f1db1 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" |