Hi, Arjan, Btw, what is about ffmpeg? I've built it from source using
git clone git://git.ffmpeg.org/ffmpeg/ cd ffmpeg git clone git://git.ffmpeg.org/libswscale/ and when while configuring videolan getting this: configure: WARNING: Could not find img_resample in libavcodec. configure: error: swscale (and its fallback module imgresample) support will be missing. Use --disable-swscale to ignore this error. (This basically means that you will be missing any good software scaling module and some video chroma converters.) However, I can see imgresamle object inside compiled libavcodec.a. What can be wrong here? Thanks! 2009/3/29 Arjan van de Ven <[email protected]>: > Laptop Pugilist wrote: >> >> I've been trying to get mplayer working on the new alpha, but found that >> it >> won't recognize /dev/dsp. >> >> At first there wasn't one, but after some googling I've been using sudo >> mknod /dev/dsp c 14 3 && sudo chmod 777 /dev/dsp, and editing >> /etc/modprobe.d/modprobe.conf.dist as directed to on other sites. Mplayer >> spits out the same error: >> >> [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such device or >> address >> DVB card number must be between 1 and 4 > > you should set up mplayer to use Alsa or PulseAudio, not the > 5-year-deprecated OSS ;-) > > it'll work fine then. > _______________________________________________ > Moblin dev Mailing List > [email protected] > > To manage or unsubscribe from this mailing list visit: > https://lists.moblin.org/mailman/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists > _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
