Mercurial > mplayer.hg
changeset 32055:b8cc88eef14e
Replace audio_delay extern declaration by proper mplayer.h #include.
author | diego |
---|---|
date | Fri, 10 Sep 2010 21:51:39 +0000 |
parents | c3c015112837 |
children | cf6506824b4f |
files | libao2/ao_esd.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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