hello you should add alsa lib path when you configure ffmpeg, like this
./configure ...... --extra-cflags="-I/your_path/alsa/include" --extra-ldflags="-L/your_path/alsa/lib" then the ffmpeg will support alsa indev&outdev. -- View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-Getings-alsa-inout-format-fails-tp4662414p4662738.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
