mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17021 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a1d62bbb62
commit
56770b6eef
@ -23,7 +23,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "../libaf/af_format.h"
|
||||
#include "libaf/af_format.h"
|
||||
|
||||
#include "audio_out.h"
|
||||
#include "audio_out_internal.h"
|
||||
|
@ -189,7 +189,7 @@ static void longcount_stub(long long* z)
|
||||
}
|
||||
|
||||
#ifdef MPLAYER
|
||||
#include "../mp_msg.h"
|
||||
#include "mp_msg.h"
|
||||
#endif
|
||||
int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT
|
||||
//#define DETAILED_OUT
|
||||
@ -959,7 +959,7 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si)
|
||||
#ifdef MPLAYER
|
||||
/* mplayer's way to detect PF's */
|
||||
{
|
||||
#include "../cpudetect.h"
|
||||
#include "cpudetect.h"
|
||||
extern CpuCaps gCpuCaps;
|
||||
|
||||
if (gCpuCaps.hasMMX)
|
||||
|
Loading…
Reference in New Issue
Block a user