From 41760a052b481e67ba31af505352860be86b94bf Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Thu, 12 Dec 2002 22:08:09 +0000 Subject: * Initial version of an rtsp input plugin. It is far from being perfect, only a few streams work for now. * A couple of fixes in pnm input plugin. * Fixed stream info in demux_real. CVS patchset: 3495 CVS date: 2002/12/12 22:08:09 --- src/input/pnm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/input/pnm.h') diff --git a/src/input/pnm.h b/src/input/pnm.h index 8d07986ab..a2fb68539 100644 --- a/src/input/pnm.h +++ b/src/input/pnm.h @@ -17,16 +17,17 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.h,v 1.1 2002/11/23 00:04:32 guenter Exp $ + * $Id: pnm.h,v 1.2 2002/12/12 22:08:15 holstsn Exp $ * * pnm util functions header by joschka - * */ #ifndef HAVE_PNM_H #define HAVE_PNM_H +#ifndef __CYGWIN__ #include +#endif /*#include "xine_internal.h" */ typedef struct pnm_s pnm_t; -- cgit v1.2.3