See e.g https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c for rationale.
Signed-off-by: Ganesh Ajjanagadde <gajjanaga...@gmail.com> --- libavcodec/faandct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c index 4053d69..473bc1d 100644 --- a/libavcodec/faandct.c +++ b/libavcodec/faandct.c @@ -29,7 +29,7 @@ #include "libavutil/internal.h" #include "libavutil/libm.h" -#define FLOAT float +typedef float FLOAT; //numbers generated by simple c code (not as accurate as they could be) /* -- 2.6.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel