you need to link against the alsa sound libraries, i did not know it exactly but i think it was the libasound library, please try it with the "-lasound" flag to the linker.
Regards, Jan 2011/10/6 mounir younes <[email protected]> > tried your command with g++ but still having the same exception. Can > someone please write a tutorial on how to write the "hello world" in ffmpeg > and how to compile it? > > > On Mon, Oct 3, 2011 at 9:11 PM, Jonathan Arnold <[email protected]>wrote: > >> On Mon, 3 Oct 2011 11:36:23 +0300 >> mounir younes <[email protected]> wrote: >> >> > This is my code: (i got it from the internet, and modified it) >> > ------------------------ >> >> And what command line do you use to compile it? Just looks like you are >> forgetting some libraries. Here is my simple compile command: >> >> gcc -o tutorial01 tutorial01.c -lavutil -lavformat -lavcodec -lz -lavutil >> -lswscale -lm >> >> >> -- >> Jonathan Arnold Webstream: http://hieronymus.soup.io >> >> Talent wins games, but team work and intelligence wins championships. >> Michael Jordan >> >> _______________________________________________ >> Libav-user mailing list >> [email protected] >> http://ffmpeg.org/mailman/listinfo/libav-user >> > > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > > -- *Media Encoding Cluster <http://codergrid.de>, * *the first Open Source Cluster Encoding Solution * *for distributed Media Encoding.*
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
