JackOfAll wrote: 
> Well, to quote Triode, "It also supports wma radio streams, although
> this seems to only work reliably with the very latest ffmpeg git (2.0
> branch or trunk)." We're using released ffmpeg v1.2.2, not v2.0 from
> development git, so I'm not surprised. I'll take a look see if ABI/API
> is compatible 1.2 -> 2.0 later today. If it is, I'll make a ffmpeg build
> from git 2.0 branch.

ABI/API can change on major revisions of ffmpeg - this is the comment I
made about needing to compile squeezelite with header files which match
the library .so used.  Won't be a problem if you rebuild squeezelite
using the 2.0 ffmpeg headers and make it depend on your 2.0 build....

[detailed reason - ffmpeg expects you to access data components within
its structs, but then changes the position of struct components between
major releases, so if you build with the wrong headers it all goes badly
wrong.  source of frustration for me over the last couple of weeks.....]


------------------------------------------------------------------------
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
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to