Oh.........

Thanks for the help.........

I found out where this all comes from.........

The reason my libraries still didn't include debug information was,
I used: " --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6
--disable-armvfp --disable-iwmmxt --disable-mmi --disable-neon
--disable-vis" as "./configure" options, instead of "--disable
optimizations".
Doing the latter, I can get inside source code.......
Though I still don't know why it should be so, since I did disable all the
optimization options, one-by-one.

Anyway,just wanted to mention the problem in case that somebody may have it
in the future.

Thanks again for all your help
I appreciate it.


On Sat, Jan 3, 2009 at 4:24 PM, Michael Conrad <[email protected]>wrote:

> On Sun, 28 Dec 2008 18:18:04 -0500, AliReza Khoshgoftar
> <[email protected]> wrote:
> > Sorry for re-posting, but just wanted to give you my "./configure"
> > options so that you can check if anything is missing:
> >
> > *alir...@ubuntu:~/ffmpeg$ ffmpeg -version*
> >>
> > *FFmpeg version SVN-r16025, Copyright (c) 2000-2008 Fabrice Bellard, et
> > al.*
> >> *  configuration: --enable-gpl --enable-postproc --enable-pthreads
> >> --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora
> >> --enable-libx264 --enable-libvorbis --enable-libgsm --disable-mmx
> >> --disable-mmx2 --disable-ssse3 --disable-armv5te --disable-armv6
> >> --disable-armvfp --disable-iwmmxt --disable-mmi --disable-neon
> >> --disable-vis
> >> --enable-shared --disable-static --disable-stripping*
>
> Looks good to me....
>
> Make sure that your program is linking against the special library you
> built.
>
> Compile your program and run "ldd" to see which libraries your program
> links against.
>
> >> Regarding to my previous post:
> >> I have tried some other combinations of "./configure" options, but I
> >> still
> >> get some errors.
> >> So here are some question:
> >>
> >> 1) Can this be related to permission issues in Linux?(Since the
> >> libraries
> >> should be installed in usr/local, and I am always asked for root
> >> password to
> >> access it, is there a way to disable this password asking?)
>
> As I mentioned in my other reply, check out this post
> http://lists.mplayerhq.hu/pipermail/libav-user/2008-November/001726.html
>
> and another I wrote about how to build multiple versions of a library, and
> swap which one your program links against:
> http://lists.mplayerhq.hu/pipermail/libav-user/2008-September/001326.html
>
> --
> Michael Conrad
> IntelliTree Solutions llc.
> 513-552-6362
> [email protected]
> _______________________________________________
> 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

Reply via email to