mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user