[theora-dev] How can I go into theora library function while
debugging the encoder_example
Conrad Parker
conrad at metadecks.org
Wed Feb 6 23:40:24 PST 2008
On 06/02/2008, janaka priyadarshana <rpjanaka at gmail.com> wrote:
> hi all,
>
> I want to go into functions defined in the "lib" directory while i am
> debugging the encoder_example
Hi,
in general, you need to make sure you are compiling the library with
debugging support, eg. by adding "-g" in CFLAGS when building the
library (if using gcc).
Conrad.
More information about the theora-dev
mailing list