diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
commit | a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f (patch) | |
tree | 110bd7e2e50be8b977bc8ba2f6cd9164b431a982 /src | |
parent | df2a3a3ab0a017b0ab97974fadbbf3430a771325 (diff) | |
download | xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.gz xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.bz2 |
Win32 cleanup (a couple things would not build correctly). Also added a README file for building instructions.
CVS patchset: 4946
CVS date: 2003/05/26 13:57:51
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/demux_mpeg_block.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/demuxers/demux_mpeg_block.c b/src/demuxers/demux_mpeg_block.c index e0384b7b2..7075f6d83 100644 --- a/src/demuxers/demux_mpeg_block.c +++ b/src/demuxers/demux_mpeg_block.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_mpeg_block.c,v 1.189 2003/05/20 01:23:56 tchamp Exp $ + * $Id: demux_mpeg_block.c,v 1.190 2003/05/26 13:57:51 tchamp Exp $ * * demultiplexer for mpeg 1/2 program streams * used with fixed blocksize devices (like dvd/vcd) @@ -28,15 +28,12 @@ #include "config.h" #endif +#include <stdlib.h> #include <stdio.h> #include <fcntl.h> #include <unistd.h> #include <string.h> -#ifndef WIN32 -#include <stdlib.h> -#endif /* WIN32 */ - #include <assert.h> #include "xine_internal.h" |