aboutsummaryrefslogtreecommitdiff
path: root/Makefile.maemo
diff options
context:
space:
mode:
authornotaz2011-02-04 15:00:03 +0200
committernotaz2011-02-04 15:11:59 +0200
commit495eab932257c0925a4ab89071c43249ec1d1698 (patch)
tree485fe30614f7f40c83217083233c37ff422142b2 /Makefile.maemo
parentf3a63e25fac571e222b969f0d16c542061190797 (diff)
downloadpcsx_rearmed-495eab932257c0925a4ab89071c43249ec1d1698.tar.gz
pcsx_rearmed-495eab932257c0925a4ab89071c43249ec1d1698.tar.bz2
pcsx_rearmed-495eab932257c0925a4ab89071c43249ec1d1698.zip
gpu_unai: support bgr888->rgb565 conversion for maemo
Diffstat (limited to 'Makefile.maemo')
-rw-r--r--Makefile.maemo1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.maemo b/Makefile.maemo
index 8a710cc..06f21dc 100644
--- a/Makefile.maemo
+++ b/Makefile.maemo
@@ -2,6 +2,7 @@ USE_GTK=1
USE_ALSA=1
USE_OSS=0
+export MAEMO=1
LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse)
EXTRA_CFLAGS += -march=armv7-a -O3 -mfpu=neon -funsafe-math-optimizations \
-mstructure-size-boundary=32 -falign-functions=32 -falign-loops \