summaryrefslogtreecommitdiffstats
path: root/drivers/radeon/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-02 09:37:37 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-02 09:37:37 +0000
commit5d36d8991d8a8fd0054e9f9923cfb509446d7c84 (patch)
treecf409b863beca67ce723285cda30c60ef61c9d77 /drivers/radeon/Makefile
parent986074157a695f6f4e9dbf55c18b434dea5e3880 (diff)
downloadmpv-5d36d8991d8a8fd0054e9f9923cfb509446d7c84.tar.bz2
mpv-5d36d8991d8a8fd0054e9f9923cfb509446d7c84.tar.xz
Added support of Radeon2 8500 AIW
Ugly fix (from non-x86 point) of FPU problems for Radeons color correction Added checking of boundaries during color correction on Radeon git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3941 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers/radeon/Makefile')
-rw-r--r--drivers/radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/radeon/Makefile b/drivers/radeon/Makefile
index 12021d6d8f..504e57926d 100644
--- a/drivers/radeon/Makefile
+++ b/drivers/radeon/Makefile
@@ -13,7 +13,7 @@ MOD_PATH=$(MOD_PATH_PREFIX)/lib/modules/$(KERNEL_VERSION)/kernel/drivers/video/
CPPFLAGS := -D__KERNEL__ -I$(KERNEL_INCLUDES)
CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
- -fomit-frame-pointer -fno-strict-aliasing -fno-common\
+ -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math\
-D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h
AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)