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
