slackbuilds_ponce/libraries/flashplugin-lahf-fix
Ken Roberts be2b11e1db libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction)
Early x86_64 cpu's did not have the lahf instruction.
  Unfortunately, Adobe wrote their flash using this instruction.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-06-22 06:01:24 -05:00
..
flashplugin-lahf-fix.info libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction) 2010-06-22 06:01:24 -05:00
flashplugin-lahf-fix.SlackBuild libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction) 2010-06-22 06:01:24 -05:00
README libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction) 2010-06-22 06:01:24 -05:00
slack-desc libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction) 2010-06-22 06:01:24 -05:00

Simple work-around for running the 64-bit Adobe Flash plug-in version 10
on Athlon64 processors without support for the lahf instruction.

Compile with:
cc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c
Then place the .so file in the plug-in directory (e.g. $HOME/.mozilla/plugins)
or use LD_PRELOAD to force Firefox to load the library.