#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 (5)
comment:1 by , 13 years ago
Component: | undetermined → build system |
---|---|
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fix pushed as commit 969ba65.
Thanks for the report.
comment:4 by , 13 years ago
wait waaait :))
same thing with ERROR: vaapi not found (while you are at that line of code) :)
Your assumption is right. Please test the patch I submitted to the list:
http://ffmpeg.org/pipermail/ffmpeg-devel/2012-January/120002.html
Regards,
--