# HG changeset patch # User diego # Date 1187026916 0 # Node ID dc135842ac89f983ea85c7330d005def6845eb5c # Parent 8a21d114aa94feb7d6768e8c822e6c04c85d9690 Fix compilation on BSD. patch by Bernd Ernesti, mplayer-dev-eng lists.veego de diff -r 8a21d114aa94 -r dc135842ac89 stream/tv.h --- a/stream/tv.h Mon Aug 13 08:49:11 2007 +0000 +++ b/stream/tv.h Mon Aug 13 17:41:56 2007 +0000 @@ -41,8 +41,8 @@ #if defined(HAVE_ALSA9) || defined(HAVE_ALSA1X) int alsa; #endif +#endif char* adevice; -#endif int brightness; int contrast; int hue;