1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00

Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30931 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-03-18 20:57:49 +00:00
parent a743c0a738
commit 77b8678bec
2 changed files with 2 additions and 8 deletions

View File

@ -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"

View File

@ -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;