[MPlayer-cvslog] r24211 - trunk/stream/stream_tv.c

voroshil subversion at mplayerhq.hu
Sun Aug 26 17:03:44 CEST 2007


Author: voroshil
Date: Sun Aug 26 17:03:43 2007
New Revision: 24211

Log:
10l: Move #endif upper to reflect changes in r24054.
This fixes wrong tvscan suboptions initialization under *BSD.



Modified:
   trunk/stream/stream_tv.c

Modified: trunk/stream/stream_tv.c
==============================================================================
--- trunk/stream/stream_tv.c	(original)
+++ trunk/stream/stream_tv.c	Sun Aug 26 17:03:43 2007
@@ -66,8 +66,8 @@ tv_param_t stream_tv_defaults = {
 #if defined(HAVE_ALSA9) || defined(HAVE_ALSA1X)
     0,             //alsa
 #endif
-    NULL,          //adevice
 #endif
+    NULL,          //adevice
     0,             //brightness
     0,             //contrast
     0,             //hue



More information about the MPlayer-cvslog mailing list