Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 Cigaes, 12 years ago

Component: undeterminedbuild system
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

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

Regards,

--

Nicolas George

comment:2 by burek, 12 years ago

+1 :)
you can close this one :)

comment:3 by Cigaes, 12 years ago

Resolution: fixed
Status: openclosed

Fix pushed as commit 969ba65.

Thanks for the report.

comment:4 by burek, 12 years ago

wait waaait :))
same thing with ERROR: vaapi not found (while you are at that line of code) :)

comment:5 by burek, 12 years ago

with dpkg i see i have libva version 1.0.1-3

Note: See TracTickets for help on using tickets.