]> git.sesse.net Git - vlc/commitdiff
Fixed compilation bugs with Qt and BeOS (henriiiiiiiiiiiiiiiiiiiiiiiii !!)
authorChristophe Massiot <massiot@videolan.org>
Wed, 21 Nov 2001 10:47:20 +0000 (10:47 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 21 Nov 2001 10:47:20 +0000 (10:47 +0000)
include/common.h
include/modules_export.h

index 91d2600941fa95177b9dd6fe2aa8309ce1e65286..c287cda7540a14e6f088cb5acb97e2c953efe75d 100644 (file)
@@ -3,7 +3,7 @@
  * Collection of useful common types and macros definitions
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: common.h,v 1.48 2001/11/13 12:09:17 henri Exp $
+ * $Id: common.h,v 1.49 2001/11/21 10:47:20 massiot Exp $
  *
  * Authors: Samuel Hocevar <sam@via.ecp.fr>
  *          Vincent Seguin <seguin@via.ecp.fr>
@@ -126,7 +126,6 @@ struct vout_sys_s;
 struct vdec_thread_s;
 struct vpar_thread_s;
 struct video_parser_s;
-struct picture_t;
 
 typedef struct vout_thread_s *          p_vout_thread_t;
 typedef struct vout_font_s *            p_vout_font_t;
index 15e312efca43e5ee5477d46979d1ffffcc704e6e..296e90097ecef9b90e936cd840044c5bf9aa6d1c 100644 (file)
@@ -19,7 +19,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-struct module_t;
 
 typedef struct module_symbols_s
 {