diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-13 11:53:35 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-13 11:53:35 +0000 |
commit | 7d3d1728b0a34c18849e75babdc95bb9fc719ce0 (patch) | |
tree | bae146e46e3060f16226eaf10870cdb8b93498d9 /stream | |
parent | 16f7105ffcfad469ad56ac95d8913758f404bf1a (diff) |
Add type to extern declaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25714 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.c b/stream/tv.c index d40b88b32f..68f18354ca 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -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; |