summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-13 17:41:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-13 17:41:56 +0000
commit5fe4c90509ea71093cb5a2e01390b6f82bc12b41 (patch)
tree36e6063d9719f3277e7ebfe2b3ffed31243b76bd /stream/tv.h
parent42ae2a635d4e062adb540026d3c43b350e6c809e (diff)
downloadmpv-5fe4c90509ea71093cb5a2e01390b6f82bc12b41.tar.bz2
mpv-5fe4c90509ea71093cb5a2e01390b6f82bc12b41.tar.xz
Fix compilation on BSD.
patch by Bernd Ernesti, mplayer-dev-eng lists.veego de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24054 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 292238b51b..415fa2c006 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -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;