Ticket #940 (closed enhancement: fixed)
ERROR: libcelt not found
| Reported by: | burek | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | build system |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
During ./configure process I've encountered this error and after that I did 'apt-get install libcelt-dev', which installed libcelt-dev 0.7.1, but ./configure still raised the same error msg. I went to config.log and found that there is the last line saying something like: undefined reference to `celt_decoder_create_custom'
My conclusion is it is missing a certain version of libcelt, which should be noted in error message, like: 'ERROR: libcelt >= 0.11.1 not found' to make it more descriptive.
Change History
comment:1 Changed 16 months ago by Cigaes
- Status changed from new to open
- Version changed from unspecified to git-master
- Component changed from undetermined to build system
- Reproduced by developer set
comment:3 Changed 16 months ago by Cigaes
- Status changed from open to closed
- Resolution set to fixed
Fix pushed as commit 969ba65.
Thanks for the report.
Note: See
TracTickets for help on using
tickets.



Your assumption is right. Please test the patch I submitted to the list:
http://ffmpeg.org/pipermail/ffmpeg-devel/2012-January/120002.html
Regards,
--