diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-12 22:08:09 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-12 22:08:09 +0000 |
commit | 41760a052b481e67ba31af505352860be86b94bf (patch) | |
tree | 1cd421c33a9c976d0e932c286c0ae4cd59a27b63 /src/input/pnm.h | |
parent | 0edd77bcd29eaadd898ba789ac6b594c13cd6eb4 (diff) | |
download | xine-lib-41760a052b481e67ba31af505352860be86b94bf.tar.gz xine-lib-41760a052b481e67ba31af505352860be86b94bf.tar.bz2 |
* 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
Diffstat (limited to 'src/input/pnm.h')
-rw-r--r-- | src/input/pnm.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <inttypes.h> +#endif /*#include "xine_internal.h" */ typedef struct pnm_s pnm_t; |