[FFmpeg-user] Compiling ffmpeg

Gonzalo Garramuño ggarra13 at gmail.com
Tue Oct 31 22:45:27 EET 2017



El 30/10/17 a las 16:09, Legault, Phillip [GTSUS] escribió:
> ./configure --enable-gpl --enable-libfdk_aac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --disable-static --enable-shared
> getting error
> ERROR: libtheora not found
>
As the message says, you need libtheora.  On Ubuntu, for example, you'd do:

$ sudo apt-get install libtheora0

and possibly:

$ sudo apt-get install libtheora-dev

-- 
Gonzalo Garramuño



More information about the ffmpeg-user mailing list