I installed git. And then I made: git clone git://git.ffmpeg.org/ffmpeg/ cd ffmpeg git clone git://git.ffmpeg.org/libswscale/
I also downloaded via git: git clone git://git.videolan.org/x264.git Last but not least: ./configure --enable-libx264 --enable-libmp3lame --enable-gpl --enable-pthreads --enable-swscale --enable-shared ready. regards, Sven Am 26.01.2011 um 02:17 schrieb Nimo s: > I'm on fedora 10 with gcc 4.3.2; and FFmpeg is 0.6.1 downloaded from this link > http://www.ffmpeg.org/releases/ffmpeg-0.6.1.tar.gz > > please, give me the link; I'll download that one. > > thanks for the reply. > cheers. > RoR Boy. > > --- On Tue, 25/1/11, Sven Alisch <[email protected]> wrote: > > From: Sven Alisch <[email protected]> > Subject: Re: [libav-user] Tutorial 08: Software Scaling; I got an error > running this program..Any hints would be very helpful. > To: "Libav* user questions and discussions" <[email protected]> > Date: Tuesday, 25 January, 2011, 9:14 PM > > Dear Nimo, > > which ffmpeg-version do you use? The svn- or the git-Version? Try a different > one or try the precompiled binaries (served by your linux distribution). > > regards, > Sven > > Am 25.01.2011 um 12:08 schrieb Nimo s: > >> Hi.. >> >> >> This pasted stuff is getting displayed on my terminal..! >> >> [curran@localhost untitled folder]$ gcc -o tutorial08 tutorial08.c >> -lavformat -lavcodec -lavutil -lswscale -lz -lm `sdl-config --cflags --libs` >> >> >> >> tutorial08.c: In function ‘audio_decode_frame’: >> tutorial08.c:292: warning: ‘avcodec_decode_audio2’ is deprecated (declared >> at /usr/local/include/libavcodec/avcodec.h:3390) >> tutorial08.c: In function ‘queue_picture’: >> tutorial08.c:584: warning: passing argument 2 of ‘sws_scale’ from >> incompatible pointer type >> tutorial08.c: In function ‘video_thread’: >> tutorial08.c:660: warning: ‘avcodec_decode_video’ is deprecated (declared at >> /usr/local/include/libavcodec/avcodec.h:3452) >> tutorial08.c: In function ‘decode_thread’: >> tutorial08.c:865: warning: passing argument 1 of ‘url_ferror’ from >> incompatible pointer type >> /tmp/cc5bEHpY.o: In function `main': >> tutorial08.c:(.text+0x1eff): undefined reference to `pstrcpy' >> collect2: ld returned 1 exit status >> >> __________ >> >> >> I tried to run this tutorial8 from www.dranger.com/ffmpeg >> >> Any hints would be very helpful..! >> >> Greetings. >> ffmpeg 0.6.1; >> I'm on Fedora 10 with gcc 4.3.2 >> >> >> >> >> _______________________________________________ >> libav-user mailing list >> [email protected] >> https://lists.mplayerhq.hu/mailman/listinfo/libav-user > > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > > > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
