Try using ldd on the executable produced, then make sure that the libraries
listed are the ones you want loaded.

-Tyler

On Mon, Jun 22, 2009 at 2:51 PM, Cuneyt Taskiran <[email protected]>wrote:

> I have an issue with opening a stream, that I tracked down to
> open_input_file(). I have added a printf statement to the open_input_file()
> function in utils.c and recompiled & reinstalled ffmpeg. Now, when I run
> command line ffmpeg, I see the message as expected. However, when I run my
> simple program that just calls open_input_file(), the message is not
> displayed!
>
> How can command line ffmpeg and my program be using two different sets of
> libraries?
>
> I compile my code using Eclipse with
> gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main.d" -MT"main.d"
> -o"main.o" "../main.c"
>
> Thanks fo rthe help,
>
> Cuneyt
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>



-- 
Visit my blog at http://oddco.ca/zeroth/zblog
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to