slackbuilds_ponce/libraries/flashplugin-lahf-fix
2012-08-26 09:48:58 +02:00
..
flashplugin-lahf-fix.info libraries/flashplugin-lahf-fix: Fixed dep information 2012-08-26 09:48:58 +02:00
flashplugin-lahf-fix.SlackBuild libraries/flashplugin-lahf-fix: Fixed default package type. 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
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.