Commit 49771833 authored by Christophe Massiot's avatar Christophe Massiot

Fixed a warning.

parent a0c74ab4
......@@ -2,7 +2,7 @@
* idct.c : C IDCT module
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: idct.c,v 1.15 2001/09/05 16:07:49 massiot Exp $
* $Id: idct.c,v 1.16 2001/09/06 10:19:18 massiot Exp $
*
* Author: Gal Hendryckx <jimmy@via.ecp.fr>
*
......@@ -30,6 +30,7 @@
#include "defs.h"
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "common.h"
......
......@@ -2,7 +2,7 @@
* idctaltivec.c : Altivec IDCT module
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: idctaltivec.c,v 1.12 2001/09/05 16:07:49 massiot Exp $
* $Id: idctaltivec.c,v 1.13 2001/09/06 10:19:18 massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
......@@ -30,6 +30,7 @@
#include "defs.h"
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "common.h"
......
......@@ -2,7 +2,7 @@
* idctclassic.c : Classic IDCT module
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: idctclassic.c,v 1.15 2001/09/05 16:07:49 massiot Exp $
* $Id: idctclassic.c,v 1.16 2001/09/06 10:19:18 massiot Exp $
*
* Authors: Gal Hendryckx <jimmy@via.ecp.fr>
*
......@@ -30,6 +30,7 @@
#include "defs.h"
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "common.h"
......
......@@ -2,7 +2,7 @@
* idctmmx.c : MMX IDCT module
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: idctmmx.c,v 1.17 2001/09/05 16:07:49 massiot Exp $
* $Id: idctmmx.c,v 1.18 2001/09/06 10:19:18 massiot Exp $
*
* Authors: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* Michel Lespinasse <walken@zoy.org>
......@@ -34,6 +34,7 @@
#include "defs.h"
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "common.h"
......
......@@ -2,7 +2,7 @@
* idctmmxext.c : MMX EXT IDCT module
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: idctmmxext.c,v 1.14 2001/09/05 16:07:49 massiot Exp $
* $Id: idctmmxext.c,v 1.15 2001/09/06 10:19:18 massiot Exp $
*
* Authors: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* Michel Lespinasse <walken@zoy.org>
......@@ -34,6 +34,7 @@
#include "defs.h"
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment