Matthias Kramm

Results 38 comments of Matthias Kramm

That's weird. Did you regenerate `./configure`? It seems it was generated without the files in `m4/`.

Could you attach some of the SWF files that cause issues in Ruffle?

Regarding the fonts, I remember that pdf2swf will clear unused glyphs, but leave them in the font table, thus generating empty polygons. Maybe that's what's tripping up Ruffle.

This is odd. I wonder where that rogue libpdf.a comes from? Try running configure as ``` DISABLEPDF2PDF=true ./configure ``` ?

We'll need an AC_CHECK_LIB check in configure.in for pdflib, making sure that the library has the functions we expect.

Are these the only warnings of this kind? I would have thought that we have code like this in other places, too. The `memcpy` approach looks a bit clunky. Is...

lib/types.h defines `PUT8` / `PUT16` / `PUT32`. Would those work as well?

"Word swapped little endian host". Huh. I guess we should add the float equivalent of `PUT64 / GET64`.

It sounds like it's having issues with pdflib. What was the output of "./configure"?

Out of curiosity, could you describe your use cases? You're migrating from Flash to normal web content? But the Flash content is primarily text?