mirror of https://github.com/mpv-player/mpv
10l pl =)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5858 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
44c71b886f
commit
cfcbc26945
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#include "../config.h"
|
||||||
|
|
||||||
#if HAVE_SYS_ASOUNDLIB_H
|
#if HAVE_SYS_ASOUNDLIB_H
|
||||||
#include <sys/asoundlib.h>
|
#include <sys/asoundlib.h>
|
||||||
#elif HAVE_ALSA_ASOUNDLIB_H
|
#elif HAVE_ALSA_ASOUNDLIB_H
|
||||||
|
@ -21,8 +23,6 @@
|
||||||
#error "asoundlib.h is not in sys/ or alsa/ - please bugreport"
|
#error "asoundlib.h is not in sys/ or alsa/ - please bugreport"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../config.h"
|
|
||||||
|
|
||||||
#include "audio_out.h"
|
#include "audio_out.h"
|
||||||
#include "audio_out_internal.h"
|
#include "audio_out_internal.h"
|
||||||
#include "afmt.h"
|
#include "afmt.h"
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#include "../config.h"
|
||||||
|
|
||||||
#if HAVE_SYS_ASOUNDLIB_H
|
#if HAVE_SYS_ASOUNDLIB_H
|
||||||
#include <sys/asoundlib.h>
|
#include <sys/asoundlib.h>
|
||||||
#elif HAVE_ALSA_ASOUNDLIB_H
|
#elif HAVE_ALSA_ASOUNDLIB_H
|
||||||
|
@ -21,8 +23,6 @@
|
||||||
#error "asoundlib.h is not in sys/ or alsa/ - please bugreport"
|
#error "asoundlib.h is not in sys/ or alsa/ - please bugreport"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../config.h"
|
|
||||||
|
|
||||||
#include "audio_out.h"
|
#include "audio_out.h"
|
||||||
#include "audio_out_internal.h"
|
#include "audio_out_internal.h"
|
||||||
#include "afmt.h"
|
#include "afmt.h"
|
||||||
|
|
Loading…
Reference in New Issue