aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 186e5860..b88cd523 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1905,13 +1905,19 @@ pdogg_clean:
#------------------------------------------------------------------------------#
# PDP
+ifeq ($(ARCH),i386)
+ PDP_OPTIONS = --enable-quicktime --enable-mmx
+else
+ PDP_OPTIONS = --enable-quicktime
+endif
+
PDP_NAME=pdp
$(externals_src)/pdp/configure: $(externals_src)/pdp/configure.ac
cd $(externals_src)/pdp && autoconf
$(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/Makefile.config.in
- cd $(externals_src)/pdp && ./configure PD_CPPFLAGS="-I$(pd_src)/src"
- --disable-quicktime
+ cd $(externals_src)/pdp && ./configure PD_CPPFLAGS="-I$(pd_src)/src" \
+ $(PDP_OPTIONS)
$(externals_src)/pdp/pdp.$(EXTENSION): $(externals_src)/pdp/configure \
$(externals_src)/pdp/Makefile.config