Opened 14 years ago
Closed 13 years ago
#31 closed defect (invalid)
ERROR: libtheora not found
Reported by: | Chris | Owned by: | Michael Niedermayer |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
New version of FFMPEG is not finding libtheora. spent countless hours with this.
VERSION: SVN-r26402
root@dud usr/src/ffmpeg# ./configure --enable-pthreads --enable-pic --enable-gpl --enable-version3 --enable-libmp3lame --enable-nonfree --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvorbis --disable-mmx --enable-shared --enable-libxvid --enable-libx264 --enable-libfaac --enable-libtheora --arch=x86_64 --enable-postproc
ERROR: libtheora not found
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
Attachments (1)
Change History (6)
comment:1 by , 14 years ago
Priority: | important → normal |
---|
comment:2 by , 14 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
Please reopen if this is reproduceable with git or 0.6.2
comment:3 by , 13 years ago
Resolution: | needs_more_info |
---|---|
Status: | closed → reopened |
I am having this exact same problem on a CentOS 5.2 box with the latest code from the git repository. I have attached the config.log file.
Cheers,
Antoine
comment:4 by , 13 years ago
configure is missing the header theora/theoraenc.h (for example /usr/include/theora/theoraenc.h).
Do you have any indication this is not the needed include file?
(Perhaps a new libtheora API?)
comment:5 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
seems theora/theoraenc.h is missing on the reporters system
Probably some theora -dev package is not installed
Thus closing
Feel free to reopen if you have reason to belive this analysis is wrong
Please update to latest git and please attach config.log.
See http://ffmpeg.org/download.html to download today's snapshot from the videolan repository.