More ticket #583: a bit of tidying up and renamed macro names etc.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2225 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip/src/pjsua-lib/pjsua_media.c b/pjsip/src/pjsua-lib/pjsua_media.c
index 2882c4a..799c245 100644
--- a/pjsip/src/pjsua-lib/pjsua_media.c
+++ b/pjsip/src/pjsua-lib/pjsua_media.c
@@ -160,7 +160,7 @@
     }
 #endif  /* PJMEDIA_HAS_G722_CODEC */
 
-#if PJMEDIA_HAS_INTEL_IPP_CODECS
+#if PJMEDIA_HAS_INTEL_IPP
     /* Register IPP codecs */
     status = pjmedia_codec_ipp_init(pjsua_var.med_endpt);
     if (status != PJ_SUCCESS) {
@@ -169,7 +169,7 @@
 	return status;
     }
 
-#endif /* PJMEDIA_HAS_INTEL_IPP_CODECS */
+#endif /* PJMEDIA_HAS_INTEL_IPP */
 
 #if PJMEDIA_HAS_L16_CODEC
     /* Register L16 family codecs, but disable all */