1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 22:40:52 +00:00

Remove unnecessary #ifdef around the whole file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23756 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-09 20:40:47 +00:00
parent 5d24fef60f
commit 93847cc5fc

View File

@ -1,7 +1,6 @@
#ifndef TV_H #ifndef TV_H
#define TV_H #define TV_H
#ifdef USE_TV
//#include "libao2/afmt.h" //#include "libao2/afmt.h"
//#include "libmpcodecs/img_format.h" //#include "libmpcodecs/img_format.h"
//#include "mp_msg.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_PALN 6
#define TV_NORM_NTSCJP 7 #define TV_NORM_NTSCJP 7
#endif /* USE_TV */
#endif /* TV_H */ #endif /* TV_H */