[MPlayer-cvslog] r24054 - trunk/stream/tv.h
diego
subversion at mplayerhq.hu
Mon Aug 13 19:41:56 CEST 2007
Author: diego
Date: Mon Aug 13 19:41:56 2007
New Revision: 24054
Log:
Fix compilation on BSD.
patch by Bernd Ernesti, mplayer-dev-eng lists.veego de
Modified:
trunk/stream/tv.h
Modified: trunk/stream/tv.h
==============================================================================
--- trunk/stream/tv.h (original)
+++ trunk/stream/tv.h Mon Aug 13 19:41:56 2007
@@ -41,8 +41,8 @@ typedef struct tv_param_s {
#if defined(HAVE_ALSA9) || defined(HAVE_ALSA1X)
int alsa;
#endif
- char* adevice;
#endif
+ char* adevice;
int brightness;
int contrast;
int hue;
More information about the MPlayer-cvslog
mailing list