]> git.sesse.net Git - vlc/blobdiff - plugins/yuv/transforms_yuv.c
0.2.92 pre-release.
[vlc] / plugins / yuv / transforms_yuv.c
index 22e3076ad252f976314f96470bb9e4ea231063af..adf5276ba85d5a1e7a574042239bac9b452036ec 100644 (file)
@@ -4,8 +4,8 @@
  * here are a complete and portable C implementation, and may be replaced in
  * certain cases by optimized functions.
  *****************************************************************************
- * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: transforms_yuv.c,v 1.5 2001/04/15 04:19:58 sam Exp $
+ * Copyright (C) 1999-2001 VideoLAN
+ * $Id: transforms_yuv.c,v 1.7 2001/11/28 15:08:06 massiot Exp $
  *
  * Authors: Vincent Seguin <ptyx@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -42,6 +42,7 @@
 
 #include "config.h"
 #include "common.h"
+#include "intf_msg.h"
 #include "threads.h"
 #include "mtime.h"
 
@@ -52,7 +53,8 @@
 #include "transforms_common.h"
 #include "transforms_yuv.h"
 
-#include "intf_msg.h"
+#include "modules.h"
+#include "modules_export.h"
 
 /*****************************************************************************
  * ConvertY4Gray8: grayscale YUV 4:x:x to RGB 8 bpp