Dave Yeo and Ronald S. Bultje
cc73511e8e
Fix NASM include directive
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com >
2011-08-15 11:24:35 -07:00
Dave Yeo and Diego Biurrun
a10fb79070
x86 asm: Add SECTION_TEXT to dct32_sse.asm.
...
This fixes the following error on OS/2:
error: segment name `.text align=16' not recognized
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2011-05-23 12:47:53 +02:00
Dave Yeo and Diego Biurrun
9297f1ed15
configure: Set OS/2 objformat to a.out.
...
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2011-05-20 17:52:23 +02:00
Dave Yeo and Diego Biurrun
d69f9a4234
Add support for a.out object format to assembler macros.
...
This format is still used by e.g. OS/2.
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2011-05-20 17:52:21 +02:00
Dave Yeo and Mans Rullgard
b58b9fa3b5
Make sure kbhit() is in conio.h
...
Conio.h is a non-standard header and may not have kbhit()
prototyped. This fixes compile on OS/2 where the EMX version (we're
using a fork) of conio.h only has getch() and getche().
Signed-off-by: Mans Rullgard <mans@mansr.com >
2011-03-22 11:07:46 +00:00