[MPlayer-cvslog] r24032 - trunk/libvo/sub.h
cehoyos
subversion at mplayerhq.hu
Wed Aug 8 12:40:17 CEST 2007
Author: cehoyos
Date: Wed Aug 8 12:40:17 2007
New Revision: 24032
Log:
Remove useless #include and silence warnings when compiling find_sub.c.
Modified:
trunk/libvo/sub.h
Modified: trunk/libvo/sub.h
==============================================================================
--- trunk/libvo/sub.h (original)
+++ trunk/libvo/sub.h Wed Aug 8 12:40:17 2007
@@ -2,10 +2,6 @@
#ifndef MPLAYER_SUB_H
#define MPLAYER_SUB_H
-#ifdef HAVE_TV_TELETEXT
-#include "libmpcodecs/mp_image.h"
-#endif
-
typedef struct mp_osd_bbox_s {
int x1,y1,x2,y2;
} mp_osd_bbox_t;
More information about the MPlayer-cvslog
mailing list