[MPlayer-cvslog] r23756 - trunk/stream/tv.h

diego subversion at mplayerhq.hu
Mon Jul 9 22:40:47 CEST 2007


Author: diego
Date: Mon Jul  9 22:40:47 2007
New Revision: 23756

Log:
Remove unnecessary #ifdef around the whole file.


Modified:
   trunk/stream/tv.h

Modified: trunk/stream/tv.h
==============================================================================
--- trunk/stream/tv.h	(original)
+++ trunk/stream/tv.h	Mon Jul  9 22:40:47 2007
@@ -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*
 #define TV_NORM_PALN		6
 #define TV_NORM_NTSCJP		7
 
-#endif /* USE_TV */
-
 #endif /* TV_H */



More information about the MPlayer-cvslog mailing list