[mythtv] ALSA typo

m0j0.j0j0 m0j0 at foofus.net
Mon Jun 16 16:52:36 EDT 2003


I had to make the following additional minor changes to get it to
compile:

added to audiooutput.cpp 
#include <stdio.h>
#include <stdlib.h>

added to audiooutputoss.cpp
#include "errno.h"

Joe


On Mon, 2003-06-16 at 14:18, Jeffrey Brent McBeth wrote:
> The version of MythTV I jut checked out of CVS had a typo
> 
> #include "audioputputalsa.h"
> 
> should read
> 
> #include "audiooutputalsa.h"
> 
> Attached is a patch if you _really_ need it :)
> 
> Jeff



More information about the mythtv-dev mailing list