Ticket #31 (closed defect: invalid)
ERROR: libtheora not found
| Reported by: | MasterC3501 | Owned by: | michael |
|---|---|---|---|
| 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@… 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
Change History
comment:2 Changed 2 years ago by michael
- Status changed from new to closed
- Resolution set to needs_more_info
Please reopen if this is reproduceable with git or 0.6.2
comment:3 Changed 23 months ago by JonAntoine
- Status changed from closed to reopened
- Resolution needs_more_info deleted
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 Changed 23 months ago by cehoyos
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 Changed 21 months ago by michael
- Status changed from reopened to closed
- Resolution set to invalid
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.