summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 20:40:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 20:40:47 +0000
commit93847cc5fc3855b35ecc40bfe9113cf377680481 (patch)
treec5fab8b1b0925f4e243b2ca223f31fca861deb2e
parent5d24fef60f1e16f51c6e3834f001e32bb085ce18 (diff)
downloadmpv-93847cc5fc3855b35ecc40bfe9113cf377680481.tar.bz2
mpv-93847cc5fc3855b35ecc40bfe9113cf377680481.tar.xz
Remove unnecessary #ifdef around the whole file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23756 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--stream/tv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 942060b37a..1ae6094ec4 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -1,7 +1,6 @@
#ifndef TV_H
#define TV_H
-#ifdef USE_TV
//#include "libao2/afmt.h"
//#include "libmpcodecs/img_format.h"
//#include "mp_msg.h"
@@ -191,6 +190,4 @@ int tv_set_norm(tvi_handle_t *tvh, char* norm);
#define TV_NORM_PALN 6
#define TV_NORM_NTSCJP 7
-#endif /* USE_TV */
-
#endif /* TV_H */