# HG changeset patch # User diego # Date 1284155499 0 # Node ID b8cc88eef14e3bed75e99493ec5e2b6fd7682f1c # Parent c3c015112837ab4eaf35004fcdb1f98aa94f9a59 Replace audio_delay extern declaration by proper mplayer.h #include. diff -r c3c015112837 -r b8cc88eef14e libao2/ao_esd.c --- a/libao2/ao_esd.c Fri Sep 10 21:48:48 2010 +0000 +++ b/libao2/ao_esd.c Fri Sep 10 21:51:39 2010 +0000 @@ -52,6 +52,7 @@ #include "libaf/af_format.h" #include "mp_msg.h" #include "help_mp.h" +#include "mplayer.h" #define ESD_RESAMPLES 0 @@ -84,7 +85,6 @@ static int esd_bytes_per_sample; static unsigned long esd_samples_written; static struct timeval esd_play_start; -extern float audio_delay; /* * to set/get/query special features/parameters