Mercurial > mplayer.hg
changeset 23736:b807809ef9f8
Remove unnecessary #ifdef around the whole file.
author | diego |
---|---|
date | Mon, 09 Jul 2007 20:40:47 +0000 |
parents | 2232dac31fdb |
children | 304beddf4700 |
files | stream/tv.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tv.h Mon Jul 09 20:40:18 2007 +0000 +++ b/stream/tv.h Mon Jul 09 20:40:47 2007 +0000 @@ -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 @@ #define TV_NORM_PALN 6 #define TV_NORM_NTSCJP 7 -#endif /* USE_TV */ - #endif /* TV_H */