JackOfAll wrote: > Yeah, got that if I switched to a newer version of ffmpeg I'd need to > recompile squeezelite. I was more concerned with backward compatibility > for other packages. ie. not sure what other packages depend on ffmpeg. > Would be trying to get away with not needing to re-compile any other > packages that use ffmpeg-libs. Suppose I could package ffmpeg v2 to > install alongside ffmpeg v1.2. Is it worth the effort? WMA is flawless > with ffmpeg v2? ;)
Other applications should be build to look for libavcodec.so.54 or whatever and so won't load the libavcodec.so.55 from 2.0. Development library versions have a symlink from the latest version to the newest, but that should not be there for non development libs [or we could fix it to the old one]. Yes in my view wma radio is better (listenable!) but I've not spent enough time listening to it to check that it is perfect. I don't get the error messages from the library about not being able to decode though so I think it is improved. ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=99395 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
