I'm having trouble getting a 32-bit x86 OS X version of AVbin put together. I spent an hour or so on it last night and made some progress.
If anyone cares to pitch in, please see the following issue: https://github.com/AVbin/AVbin/issues/2 The branch that my work is in is avbin-8-darwin-x86-32-lion -- you can try the build out yourself by doing: git clone https://github.com/AVbin/AVbin.git avbin cd avbin git checkout avbin-8-darwin-x86-32-lion ./build.sh darwin-x86-32 I'd be happy to walk anyone through the build process. Perhaps someone else can spot what I'm missing. The final linking step fails for me with: ld: illegal text-relocation to 4-byte-literal in ffmpeg/libavformat/libavformat.a(4xm.o) from _fourxm_read_header in ffmpeg/libavformat/libavformat.a(4xm.o) for architecture i386 ~ Nathan -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
