[FFmpeg-devel] [PATCH] Add support for sndio to libavdevice

Brad brad
Thu Aug 5 14:55:17 CEST 2010


On Thursday 05 August 2010 03:22:59 M?ns Rullg?rd wrote:
> > @@ -1361,6 +1362,10 @@
> >  libdc1394_indev_deps="libdc1394"
> >  oss_indev_deps_any="soundcard_h sys_soundcard_h"
> >  oss_outdev_deps_any="soundcard_h sys_soundcard_h"
> > +sndio_indev_deps="sndio_h"
> > +sndio_indev_extralibs="-lsndio"
> > +sndio_outdev_deps="sndio_h"
> > +sndio_outdev_extralibs="-lsndio"
>
> The _extralibs are not necessary since ...

I just took inspiration from the way ALSA did things. So it seems the ALSA
bits need a bit of cleaning up. Thanks.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the ffmpeg-devel mailing list