Thanks for uploading the framework file, but I haven't been able to get it to work. I moved the existing
/System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A
to
A.old
and then copied in the
A
directory from what you uploaded, and rebooted. But I still get the following from the VDA Decoder Checker after rebuilding it:
Code:
jack@Jacks-MBP VDADecoderCheck % ./VDADecoderChecker
VDADecoderCreate failed. err: -12473
An error was returned by the decoder layer. This may happen for example because of bitstream/data errors during a decode operation. This error may also be returned from VDADecoderCreate when hardware decoder resources are available on the system but currently in use by another process.
VDADecoderCreate failed. err: -12473
There still doesn't appear to be any hardware acceleration in Firefox or Quicktime: only VLC works (as it did before replacing this framework).
Also, I'm now unable to remove the older version of the framework: I get a
Read-only filesystem
error when trying to
rm -r
it.
Edit: I've fixed the read only issue by re-mounting the system volume as rw:
sudo mount -uw /
.