Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created November 14, 2011 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tubbo/97f1fe17b0270004e418 to your computer and use it in GitHub Desktop.
Save tubbo/97f1fe17b0270004e418 to your computer and use it in GitHub Desktop.
root@tom_itt:/home/tom/src/speex# apt-get install libspeex1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libspeex1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.
root@tom_itt:/home/tom/src/speex# cd ../ffmpeg/
root@tom_itt:/home/tom/src/ffmpeg# ./configure --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab --enable-libspeex
ERROR: libspeex not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org 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.
root@tom_itt:/home/tom/src/ffmpeg#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment