Module: sems
Branch: master
Commit: b6e4cd1c872a65af71fc238332ae83e0920b523d
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b6e4cd1c872a65af71fc238332ae83e0920b523d

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Thu Sep 23 02:26:49 2010 +0200

allow to pass all ipp paths to make

---

 core/plug-in/g729/Makefile        |    2 +-
 core/plug-in/g729/Readme.g729.txt |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/core/plug-in/g729/Makefile b/core/plug-in/g729/Makefile
index f32e97e..dac9777 100644
--- a/core/plug-in/g729/Makefile
+++ b/core/plug-in/g729/Makefile
@@ -4,7 +4,7 @@ COREPATH =../..
 # adapt these paths to version/arch
 IPPROOT?=/opt/intel/ipp/6.1.2.051/ia32/
 IPP_SAMPLES_PATH?=/opt/intel/ipp/ipp-samples/
-IPP_SAMPLES_ARCH=linux32_gcc4
+IPP_SAMPLES_ARCH?=linux32_gcc4
 
 ######
 
diff --git a/core/plug-in/g729/Readme.g729.txt 
b/core/plug-in/g729/Readme.g729.txt
index 8b4b7ff..cbd44b9 100644
--- a/core/plug-in/g729/Readme.g729.txt
+++ b/core/plug-in/g729/Readme.g729.txt
@@ -22,6 +22,11 @@
  run build script in ipp-samples/speech-codecs
 
  4. adapt paths in Makefile (especially IPP_SAMPLES_PATH/IPP_SAMPLES_ARCH)
+ or pass paths to make as in
+ $ IPP_SAMPLES_PATH=/path/to/ipp-samples/ \
+   IPP_SAMPLES_ARCH=linux64_gcc4 \
+   IPPROOT=/path/to/ipp/version/arch \
+   make
 
  About Licensing
  ---------------

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to