On 06/08/2014 19:54, [email protected] wrote: > $ ffmpeg -i "Wilson Pickett/American Soul Man/09 Can't Stop Now.wma" -acodec > libmp3lame -ab 192k ffmpeg-test.mp3 > /usr/bin/ffmpeg.exe: error while loading shared libraries: ?: cannot open > shared object file: No such file or directory > > $ mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao > pcm:waveheader:file="mplayer-test.wav" "Wilson Pickett/American Soul Man/09 > Can't Stop Now.wma" > /usr/bin/mplayer.exe: error while loading shared libraries: cygXss-1.dll: > cannot open shared object file: No such file or directory > > *sigh* >
for the 2nd you need to install the missing dll: $ cygcheck -p cygXss-1.dll Found 3 matches for cygXss-1.dll cygwin64-libXss-1.2.2-1 - XScreenSaver library for Cygwin 64bit toolchain libXss1-1.2.0-1 - X.Org XScreenSaver library (runtime) libXss1-1.2.2-1 - X.Org XScreenSaver library (runtime) for the first run $ cygcheck /usr/bin/ffmpeg.exe to identify which dll is missing. Regards Marco ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
