diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-16 22:16:55 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-16 22:16:55 +0000 |
commit | e3314f597d12f6885377170c541ea155846228f3 (patch) | |
tree | 2cb02d7bc8e68c9d205272f29b03e9e80e17aa81 /src/xine-engine/tvmode.c | |
parent | ae4d95894f7fe74e452e29ed13ddcac663ba95a6 (diff) | |
download | xine-lib-e3314f597d12f6885377170c541ea155846228f3.tar.gz xine-lib-e3314f597d12f6885377170c541ea155846228f3.tar.bz2 |
xine lib is X11 independent, so don't include nvtv support if X11 is not
available. use X11 cflags when it's available (needed for nvtv).
CVS patchset: 2083
CVS date: 2002/06/16 22:16:55
Diffstat (limited to 'src/xine-engine/tvmode.c')
-rw-r--r-- | src/xine-engine/tvmode.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/tvmode.c b/src/xine-engine/tvmode.c index 1f419ea4b..aead7a684 100644 --- a/src/xine-engine/tvmode.c +++ b/src/xine-engine/tvmode.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: tvmode.c,v 1.1 2002/06/10 21:42:45 mshopf Exp $ + * $Id: tvmode.c,v 1.2 2002/06/16 22:16:55 f1rmb Exp $ * * tvmode - TV output selection * @@ -80,6 +80,8 @@ static char *scan_overscan[] = { static int opt_flicker = -1; static double opt_aspect = 4.0 / 3.0; +/* Just turn off warnings */ +void xine_tvmode_exit (void); /* Try to connect to nvtvd server */ static void tvmode_connect () { |