X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fsout.h;h=8b60518a80d7e1898dc136a76bb9579e815c5120;hb=fab59c05a4dacdcc0e6dd2e29236010661c5b618;hp=c067fe4ed2b2292132dcae21226d93a19e9bb18d;hpb=8d5c85f26f79ef0853bb5f23ff33809a8999716c;p=vlc diff --git a/include/vlc/sout.h b/include/vlc/sout.h index c067fe4ed2..8b60518a80 100644 --- a/include/vlc/sout.h +++ b/include/vlc/sout.h @@ -2,13 +2,13 @@ * sout.h: video output header for vlc ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: sout.h,v 1.1 2002/08/12 22:12:50 massiot Exp $ + * $Id: sout.h,v 1.4 2004/01/25 18:17:08 zorglub Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -34,6 +34,7 @@ extern "C" { /***************************************************************************** * Required internal headers *****************************************************************************/ +#include "vlc_block.h" #include "stream_output.h" # ifdef __cplusplus