10l pl =)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5858 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-04-27 08:38:33 +00:00
parent 44c71b886f
commit cfcbc26945
2 changed files with 4 additions and 4 deletions

View File

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

View File

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