[Datatype-cvs] amr/codec/amr-nb symbian.pcf,1.2.14.1,1.2.14.1.4.1
gwright at helixcommunity.org gwright at helixcommunity.orgUpdate of /cvsroot/datatype/amr/codec/amr-nb
In directory cvs-new:/tmp/cvs-serv22386
Modified Files:
Tag: hxclient_1_4_2_neptunex
symbian.pcf
Log Message:
Fixing symbian 7.0s build buster on build farm.
If you want to use hardware decoding for amr-nb you
need to find the amrdll.lib file from a previous SDK
and install it into your 2.0SDK install.
Index: symbian.pcf
===================================================================
RCS file: /cvsroot/datatype/amr/codec/amr-nb/symbian.pcf,v
retrieving revision 1.2.14.1
retrieving revision 1.2.14.1.4.1
diff -u -d -r1.2.14.1 -r1.2.14.1.4.1
--- symbian.pcf 18 May 2004 20:54:26 -0000 1.2.14.1
+++ symbian.pcf 31 Aug 2004 16:52:04 -0000 1.2.14.1.4.1
@@ -42,11 +42,9 @@
# just fine. However, if you do not wish to do this, you can uncomment
# the code below and drop back to software decoding.
-#if( not project.IsDefined('_SYMBIAN7')):
-# project.AddDefines("AMR_SERIES60_IMPL")
-# project.AddSystemLibraries("AMRDLL.LIB")
+if( not project.IsDefined('_SYMBIAN7')):
+ project.AddDefines("AMR_SERIES60_IMPL")
+ project.AddSystemLibraries("AMRDLL.LIB")
-project.AddDefines("AMR_SERIES60_IMPL")
-project.AddSystemLibraries("AMRDLL.LIB")
project.symbianUtil.UseARMICompiler()