]> git.sesse.net Git - vlc/commitdiff
* libmpeg2.c: lalala, compilation fix...
authorLaurent Aimar <fenrir@videolan.org>
Wed, 25 Feb 2004 18:22:54 +0000 (18:22 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 25 Feb 2004 18:22:54 +0000 (18:22 +0000)
modules/codec/libmpeg2.c

index fd234fe2008208be0b004f2adc7a110d50ba6e90..6ad9697904bd576cb8edaf50cce39ab5aeec8e0e 100755 (executable)
@@ -2,7 +2,7 @@
  * libmpeg2.c: mpeg2 video decoder module making use of libmpeg2.
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: libmpeg2.c,v 1.43 2004/02/25 17:48:52 fenrir Exp $
+ * $Id: libmpeg2.c,v 1.44 2004/02/25 18:22:54 fenrir Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -29,7 +29,6 @@
 #include <vlc/vout.h>
 #include <vlc/decoder.h>
 
-#define PIC_FLAG_PTS
 #include <mpeg2dec/mpeg2.h>
 
 #include "vout_synchro.h"