Ticket #514 (closed task: fixed)
Build libavformat/util with frame pointers
| Reported by: | astrange | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.2 |
| Component: | Perian-Main | Version: | 1.2.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
libavformat and libavutil are not speed essential. However, they are important parts of profiles (malloc trace/valgrind) and spin/crash logs (bugs on import of files). We should add -fno-omit-frame-pointer to their makefiles so user crash logs will be easier to read.
libavcodec/utils.o should probably get the same thing, since avcodec_release_buffer and avcodec_open crashes are frequent symptoms of bugs in FFusionCodec.c.
Change History
Note: See
TracTickets for help on using
tickets.
