Commit fee9cb8a authored by Sam Hocevar's avatar Sam Hocevar

* modules/demux/util/sub.c,

    modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
parent 1fdde890
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* avi.c : AVI file Stream input module for vlc * avi.c : AVI file Stream input module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: avi.c,v 1.51 2003/06/24 22:53:25 fenrir Exp $ * $Id: avi.c,v 1.52 2003/06/26 18:14:56 sam Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc/input.h> #include <vlc/input.h>
#include "video.h" #include "vlc_video.h"
#include "libavi.h" #include "libavi.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* sub.c * sub.c
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: sub.c,v 1.15 2003/05/13 22:33:33 gbazin Exp $ * $Id: sub.c,v 1.16 2003/06/26 18:14:56 sam Exp $
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#if defined(USE_FREETYPE) #if defined(USE_FREETYPE)
#include <osd.h> #include <osd.h>
#endif #endif
#include "video.h" #include "vlc_video.h"
#include "sub.h" #include "sub.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