changeset 30889:c0fe89cf9803

Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
author diego
date Thu, 18 Mar 2010 20:57:49 +0000
parents ff7b06c867cd
children 1c92dce71f3d
files mencoder.c mplayer.c
diffstat 2 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mencoder.c	Thu Mar 18 20:44:01 2010 +0000
+++ b/mencoder.c	Thu Mar 18 20:57:49 2010 +0000
@@ -65,10 +65,7 @@
 #include "mp_fifo.h"
 #include "get_path.h"
 
-#ifdef CONFIG_WIN32DLL
-#include "loader/codecpath.h"         // for SetCodecPath()
-#endif
-
+#include "loader/codecpath.h"
 #include "stream/stream.h"
 #include "libmpdemux/aviprint.h"
 #include "libmpdemux/demuxer.h"
--- a/mplayer.c	Thu Mar 18 20:44:01 2010 +0000
+++ b/mplayer.c	Thu Mar 18 20:57:49 2010 +0000
@@ -94,10 +94,7 @@
 #include "gui/interface.h"
 
 #include "input/input.h"
-
-#ifdef CONFIG_WIN32DLL
-#include "loader/codecpath.h"         // for SetCodecPath()
-#endif
+#include "loader/codecpath.h"
 
 int slave_mode=0;
 int player_idle_mode=0;