summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-08 10:40:17 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-08 10:40:17 +0000
commita8c77804021b0bb3fca6d9391c7c0e5a5c1fbf86 (patch)
tree818ead3f913c8a47229313554830a521229412f6 /libvo
parent139d5f7fcafcbfefca87e6c7252fcac1c383eea7 (diff)
downloadmpv-a8c77804021b0bb3fca6d9391c7c0e5a5c1fbf86.tar.bz2
mpv-a8c77804021b0bb3fca6d9391c7c0e5a5c1fbf86.tar.xz
Remove useless #include and silence warnings when compiling find_sub.c.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index c6223f8043..feb3354679 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -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;