]> git.sesse.net Git - vlc/blobdiff - plugins/chroma/i420_rgb16.c
* ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
[vlc] / plugins / chroma / i420_rgb16.c
index 80ad928c09ba557eedc88d2c9dc8319f9f840110..f6786314c4f1c7f68610d997ab1e8c30857945be 100644 (file)
@@ -2,7 +2,7 @@
  * i420_rgb16.c : YUV to bitmap RGB conversion module for vlc
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: i420_rgb16.c,v 1.5 2002/03/17 17:00:38 sam Exp $
+ * $Id: i420_rgb16.c,v 1.6 2002/04/02 10:17:08 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <math.h>                                            /* exp(), pow() */
 #include <errno.h>                                                 /* ENOMEM */
 #include <string.h>                                            /* strerror() */
 #include <stdlib.h>                                      /* malloc(), free() */