home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / openh323.tar.gz / openh323.tar / openh323 / include / openh323buildopts.h.in < prev    next >
Text File  |  2003-07-24  |  3KB  |  120 lines

  1. /*
  2.  * openh323buildopts.h
  3.  *
  4.  * Build options generated by the configure script.
  5.  *
  6.  * Portable Windows Library
  7.  *
  8.  * Copyright (c) 2003 Equivalence Pty. Ltd.
  9.  *
  10.  * The contents of this file are subject to the Mozilla Public License
  11.  * Version 1.0 (the "License"); you may not use this file except in
  12.  * compliance with the License. You may obtain a copy of the License at
  13.  * http://www.mozilla.org/MPL/
  14.  *
  15.  * Software distributed under the License is distributed on an "AS IS"
  16.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  17.  * the License for the specific language governing rights and limitations
  18.  * under the License.
  19.  *
  20.  * The Original Code is Portable Windows Library.
  21.  *
  22.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  23.  *
  24.  * Contributor(s): ______________________________________.
  25.  *
  26.  * $Log: openh323buildopts.h.in,v $
  27.  * Revision 1.7  2003/07/24 08:09:59  dereksmithies
  28.  * Update to reflect new vic h263 codec, which is optionally loaded.
  29.  *
  30.  * Revision 1.6  2003/05/05 11:59:21  robertj
  31.  * Changed to use autoconf style selection of options and subsystems.
  32.  *
  33.  * Revision 1.5  2003/05/02 07:59:34  robertj
  34.  * Fixed AVCODEC directory missing slash
  35.  *
  36.  * Revision 1.4  2003/05/02 07:35:32  robertj
  37.  * Fixed ffmpeg AVCODEC include file
  38.  *
  39.  * Revision 1.3  2003/05/02 07:27:23  robertj
  40.  * Fixed voice age library
  41.  *
  42.  * Revision 1.2  2003/05/02 07:08:12  craigs
  43.  * Removed DOS end fo line chars
  44.  *
  45.  * Revision 1.1  2003/05/02 07:04:11  craigs
  46.  * Initial version
  47.  *
  48.  */
  49.  
  50. #ifndef _OPENH323_BUILDOPTS_H
  51. #define _OPENH323_BUILDOPTS_H
  52.  
  53.  
  54. /////////////////////////////////////////////////
  55. //
  56. // VoiceAge G.729 Support
  57. //
  58.  
  59. #undef VOICE_AGE_G729A 
  60.  
  61. #if defined(_MSC_VER)
  62.  
  63. #if VOICE_AGE_G729A
  64. #pragma include_alias("va_g729a.h", "@VOICE_AGE_DIR@/va_g729a.h")
  65. #endif
  66.  
  67. #define VOICE_AGE_G729_LIBRARY "@VOICE_AGE_DIR@/va_g729a.lib"
  68.  
  69. #endif
  70.  
  71.  
  72. /////////////////////////////////////////////////
  73. //
  74. // ffmpeg H.263 Support
  75. //
  76.  
  77. #undef H323_AVCODEC
  78.  
  79. #if defined(_MSC_VER)
  80.  
  81. #if H323_AVCODEC
  82. #pragma include_alias(<avcodec.h>, <@H323_AVCODEC_DIR@/avcodec.h>)
  83. #endif
  84.  
  85. #define H323_AVCODEC_DIR     "@H323_AVCODEC_DIR@/"
  86.  
  87. #endif
  88.  
  89. /////////////////////////////////////////////////
  90. //
  91. // Vic H.263 Support
  92. //
  93.  
  94. #undef H323_VICH263
  95.  
  96. #if defined(_MSC_VER)
  97.  
  98. #if H323_VICH263
  99. #pragma include_alias(<encoder-h263.h>, <@H323_VICH263_DIR@/encoder-h263.h>)
  100. #pragma include_alias(<decoder-h263.h>, <@H323_VICH263_DIR@/decoder-h263.h>)
  101. #endif
  102.  
  103. #define H323_VICH263_DIR     "@H323_VICH263_DIR@/"
  104.  
  105. #ifdef _DEBUG
  106. #define H323_VICH263_LIB_DIR H323_VICH263_DIR"Debug/"
  107. #else
  108. #define H323_VICH263_LIB_DIR H323_VICH263_DIR"Release/"
  109. #endif
  110.  
  111. #define H323_VICH263_LIBRARY H323_VICH263_LIB_DIR"libvich263.lib"
  112.  
  113. #endif
  114.  
  115.  
  116. #endif // _OPENH323_BUILDOPTS_H
  117.  
  118.  
  119. // End Of File ///////////////////////////////////////////////////////////////
  120.