1 2 3 4 5 6 7 8 9 10 11 12 13
|
Description: remove hard-coded mmx from opengl/Makefile.config
--- pd-pdp.orig/opengl/Makefile.config
+++ pd-pdp/opengl/Makefile.config
@@ -5,7 +5,7 @@
#PD_EXECUTABLE=/path_to_pd_dir/bin/pd
PD_CPPFLAGS=
PD_EXECUTABLE=
-PDP_CFLAGS=-DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -fPIC -O2 -funroll-loops -fomit-frame-pointer -ffast-math -mmmx
+PDP_CFLAGS=-DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -fPIC -O2 -funroll-loops -fomit-frame-pointer -ffast-math
# these are reused in opengl module
prefix=/usr/local
|