[MPlayer-cvslog] r25714 - trunk/stream/tv.c
    reimar 
    subversion at mplayerhq.hu
       
    Sun Jan 13 12:53:36 CET 2008
    
    
  
Author: reimar
Date: Sun Jan 13 12:53:35 2008
New Revision: 25714
Log:
Add type to extern declaration
Modified:
   trunk/stream/tv.c
Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c	(original)
+++ trunk/stream/tv.c	Sun Jan 13 12:53:35 2008
@@ -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;
    
    
More information about the MPlayer-cvslog
mailing list