|
From: Eric W. <nor...@yh...> - 2015-01-25 22:21:02
|
Alec Cook <ale...@gm...> wrote: > Hi, > I am trying to install sox from source including mp3 features. I have > followed the below steps and receive an error: > > > dh_install: libsox-fmt-ffmpeg missing files > (debian/tmp/usr/lib/sox/libsox_fmt_ffmpeg.so*), aborting > make: *** [binary-install/libsox-fmt-ffmpeg] Error 2 > > Please can someone advise on how to proceed, I'm totally stuck! Recent versions of sox removed ffmpeg support, so perhaps you need to remove all mentions of ffmpeg from the debian/ directory and use --without-ffmpeg for configure? |