Re: How can I go into theora library function while debugging the encoder_example
"Conrad Parker" <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
On 06/02/2008, janaka priyadarshana <[email protected]> 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.