From e02012a4af15ba3fb0a5317632413a37d6700c22 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 11 Sep 2010 14:40:26 +0000 Subject: vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32159 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_ivtv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo') diff --git a/libvo/vo_ivtv.h b/libvo/vo_ivtv.h index d9e7a76022..da957b4a70 100644 --- a/libvo/vo_ivtv.h +++ b/libvo/vo_ivtv.h @@ -27,6 +27,8 @@ #ifndef MPLAYER_VO_IVTV_H #define MPLAYER_VO_IVTV_H +extern int ivtv_fd; + int ivtv_write(const unsigned char *data, int len); #endif /* MPLAYER_VO_IVTV_H */ -- cgit v1.2.3