slackbuilds/libraries/flashplugin-lahf-fix
dsomero 723d29ee76 libraries/flashplugin-lahf-fix: Fixed default package type.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-08-24 15:53:01 -05:00
..
README libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction) 2010-06-22 06:01:24 -05:00
flashplugin-lahf-fix.SlackBuild libraries/flashplugin-lahf-fix: Fixed default package type. 2012-08-24 15:53:01 -05:00
flashplugin-lahf-fix.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc libraries/flashplugin-lahf-fix: Added (emulates LAHF instruction) 2010-06-22 06:01:24 -05:00

README

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.