mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
Move baked-in dependencies to 'deps' directory
This commit is contained in:
parent
ff1920c2f0
commit
aae3b10169
@ -17,7 +17,7 @@
|
||||
#include "../driver.h"
|
||||
#include <stdlib.h>
|
||||
#ifdef RARCH_CONSOLE
|
||||
#include "../console/librsound/rsound.h"
|
||||
#include "../deps/librsound/rsound.h"
|
||||
#else
|
||||
#include <rsound.h>
|
||||
#endif
|
||||
|
@ -232,7 +232,7 @@ AUDIO HERMITE
|
||||
RSOUND
|
||||
============================================================ */
|
||||
#ifdef HAVE_RSOUND
|
||||
#include "../../console/librsound/librsound.c"
|
||||
#include "../../deps/librsound/librsound.c"
|
||||
#include "../../audio/rsound.c"
|
||||
#endif
|
||||
|
||||
@ -379,5 +379,5 @@ MENU
|
||||
RZLIB
|
||||
============================================================ */
|
||||
#ifdef WANT_RZLIB
|
||||
#include "../rzlib/rzlib.c"
|
||||
#include "../../deps/rzlib/rzlib.c"
|
||||
#endif
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef _RARCH_CONSOLE_RZLIB_H
|
||||
#define _RARCH_CONSOLE_RZLIB_H
|
||||
|
||||
#include "rzlib/zlib.h"
|
||||
#include "../deps/rzlib/zlib.h"
|
||||
|
||||
#define WRITEBUFFERSIZE (1024 * 512)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user