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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
