[FFmpeg-cvslog] Revert "cbrt_tablegen: Include libm.h"
Derek Buitenhuis
git at videolan.org
Wed Sep 26 13:52:01 CEST 2012
ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Tue Sep 25 12:54:26 2012 -0400| [b62d4c16c901a7e3fe0296345970bce815ac410e] | committer: Derek Buitenhuis
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b62d4c16c901a7e3fe0296345970bce815ac410e
---
libavcodec/cbrt_tablegen.c | 1 -
1 file changed, 1 deletion(-)
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"
More information about the ffmpeg-cvslog
mailing list