0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Add type to extern declaration

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25714 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-13 11:53:35 +00:00
parent 16f7105ffc
commit 7d3d1728b0

View File

@ -43,7 +43,7 @@ char *tv_channel_last_real;
/* enumerating drivers (like in stream.c) */
extern tvi_info_t tvi_info_dummy;
#ifdef HAVE_TV_DSHOW
extern tvi_info_dshow;
extern tvi_info_t tvi_info_dshow;
#endif
#ifdef HAVE_TV_V4L1
extern tvi_info_t tvi_info_v4l;