mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Change asoundlib.h include to <alsa/asoundlib.h>
This commit is contained in:
parent
75cce7fb4d
commit
6d1e9dcaff
@ -16,11 +16,7 @@
|
|||||||
|
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifdef PANDORA
|
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#else
|
|
||||||
#include <asoundlib.h>
|
|
||||||
#endif
|
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
|
|
||||||
#define TRY_ALSA(x) if (x < 0) { \
|
#define TRY_ALSA(x) if (x < 0) { \
|
||||||
|
@ -17,11 +17,7 @@
|
|||||||
|
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifdef PANDORA
|
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#else
|
|
||||||
#include <asoundlib.h>
|
|
||||||
#endif
|
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
#include "../thread.h"
|
#include "../thread.h"
|
||||||
#include "../fifo_buffer.h"
|
#include "../fifo_buffer.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user