11 lines
264 B
Diff
11 lines
264 B
Diff
--- xine-lib-1.1.8/src/audio_out/audio_alsa_out.c
|
|
+++ xine-lib-1.1.8/src/audio_out/audio_alsa_out.c
|
|
@@ -44,6 +44,7 @@
|
|
#ifdef HAVE_ALLOCA_H
|
|
#include <alloca.h>
|
|
#endif
|
|
+#include <assert.h>
|
|
|
|
#define ALSA_PCM_NEW_HW_PARAMS_API
|
|
#define ALSA_PCM_NEW_SW_PARAMS_API
|