gst_plugins_base/config.h
changeset 2 5505e8908944
child 8 4a7fac7dd34a
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 /* config.h.  Generated from config.h.in by configure.  */
       
     2 /* config.h.in.  Generated from configure.ac by autoheader.  */
       
     3 
       
     4 /* defined if cdda headers are in a cdda/ directory */
       
     5 /* #undef CDPARANOIA_HEADERS_IN_DIR */
       
     6 
       
     7 /* Default audio sink */
       
     8 #define DEFAULT_AUDIOSINK "autoaudiosink"
       
     9 
       
    10 /* Default audio source */
       
    11 #define DEFAULT_AUDIOSRC "alsasrc"
       
    12 
       
    13 /* Default video sink */
       
    14 #define DEFAULT_VIDEOSINK "autovideosink"
       
    15 
       
    16 /* Default video source */
       
    17 #define DEFAULT_VIDEOSRC "v4lsrc"
       
    18 
       
    19 /* Default visualizer */
       
    20 #define DEFAULT_VISUALIZER "goom"
       
    21 
       
    22 /* Define to 1 if translation of program messages to the user's native
       
    23    language is requested. */
       
    24 #undef ENABLE_NLS
       
    25 
       
    26 /* gettext package name */
       
    27 #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
       
    28 
       
    29 /* macro to use to show function name */
       
    30 #define GST_FUNCTION __PRETTY_FUNCTION__
       
    31 
       
    32 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
       
    33 /* #undef GST_GCOV_ENABLED */
       
    34 
       
    35 /* plugin install helper script */
       
    36 #ifndef __SYMBIAN32__
       
    37 #define GST_INSTALL_PLUGINS_HELPER "/home/rakhi/openlibs//libexec/gst-install-plugins-helper"
       
    38 #else
       
    39 #define GST_INSTALL_PLUGINS_HELPER "c:\data\gst-install-plugins-helper"
       
    40 #endif
       
    41 
       
    42 /* Default errorlevel to use */
       
    43 #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
       
    44 
       
    45 /* GStreamer license */
       
    46 #define GST_LICENSE "LGPL"
       
    47 
       
    48 /* package name in plugins */
       
    49 #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
       
    50 
       
    51 /* package origin */
       
    52 #define GST_PACKAGE_ORIGIN "Unknown package origin"
       
    53 
       
    54 /* Define to enable ALSA (used by alsa). */
       
    55 #undef HAVE_ALSA 
       
    56 
       
    57 /* Define to enable CDParanoia (used by cdparanoia). */
       
    58 /* #undef HAVE_CDPARANOIA */
       
    59 
       
    60 /* Define if the host CPU is an Alpha */
       
    61 /* #undef HAVE_CPU_ALPHA */
       
    62 
       
    63 /* Define if the host CPU is an ARM */
       
    64 /* #undef HAVE_CPU_ARM */
       
    65 
       
    66 /* Define if the host CPU is a CRIS */
       
    67 /* #undef HAVE_CPU_CRIS */
       
    68 
       
    69 /* Define if the host CPU is a CRISv32 */
       
    70 /* #undef HAVE_CPU_CRISV32 */
       
    71 
       
    72 /* Define if the host CPU is a HPPA */
       
    73 /* #undef HAVE_CPU_HPPA */
       
    74 
       
    75 /* Define if the host CPU is an x86 */
       
    76 #define HAVE_CPU_I386 1
       
    77 
       
    78 /* Define if the host CPU is a IA64 */
       
    79 /* #undef HAVE_CPU_IA64 */
       
    80 
       
    81 /* Define if the host CPU is a M68K */
       
    82 /* #undef HAVE_CPU_M68K */
       
    83 
       
    84 /* Define if the host CPU is a MIPS */
       
    85 /* #undef HAVE_CPU_MIPS */
       
    86 
       
    87 /* Define if the host CPU is a PowerPC */
       
    88 /* #undef HAVE_CPU_PPC */
       
    89 
       
    90 /* Define if the host CPU is a 64 bit PowerPC */
       
    91 /* #undef HAVE_CPU_PPC64 */
       
    92 
       
    93 /* Define if the host CPU is a S390 */
       
    94 /* #undef HAVE_CPU_S390 */
       
    95 
       
    96 /* Define if the host CPU is a SPARC */
       
    97 /* #undef HAVE_CPU_SPARC */
       
    98 
       
    99 /* Define if the host CPU is a x86_64 */
       
   100 /* #undef HAVE_CPU_X86_64 */
       
   101 
       
   102 /* Define if the GNU dcgettext() function is already present or preinstalled.
       
   103    */
       
   104 #define HAVE_DCGETTEXT 1
       
   105 
       
   106 /* Define to 1 if you have the <dlfcn.h> header file. */
       
   107 #define HAVE_DLFCN_H 1
       
   108 
       
   109 /* Define to enable building of experimental plug-ins. */
       
   110 /* #undef HAVE_EXPERIMENTAL */
       
   111 
       
   112 /* Define to enable building of plug-ins with external deps. */
       
   113 #define HAVE_EXTERNAL 
       
   114 
       
   115 /* FIONREAD ioctl found in sys/filio.h */
       
   116 /* #undef HAVE_FIONREAD_IN_SYS_FILIO */
       
   117 
       
   118 /* FIONREAD ioctl found in sys/ioclt.h */
       
   119 #define HAVE_FIONREAD_IN_SYS_IOCTL 1
       
   120 
       
   121 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
       
   122 #ifndef __SYMBIAN32__
       
   123 #define HAVE_FSEEKO 1
       
   124 #endif
       
   125 
       
   126 /* defined if the compiler implements __func__ */
       
   127 #define HAVE_FUNC 1
       
   128 
       
   129 /* defined if the compiler implements __FUNCTION__ */
       
   130 #define HAVE_FUNCTION 1
       
   131 
       
   132 /* Define if the GNU gettext() function is already present or preinstalled. */
       
   133 #define HAVE_GETTEXT 1
       
   134 
       
   135 /* Define to enable GIO library (used by gio). */
       
   136 /* #undef HAVE_GIO */
       
   137 
       
   138 /* Define to 1 if you have the `gmtime_r' function. */
       
   139 #define HAVE_GMTIME_R 1
       
   140 
       
   141 /* Define to enable GNOME VFS (used by gnomevfs). */
       
   142 #undef HAVE_GNOME_VFS 
       
   143 
       
   144 /* Define to enable Video 4 Linux (used by video4linux). */
       
   145 #undef HAVE_GST_V4L 
       
   146 
       
   147 /* Define if you have the iconv() function. */
       
   148 /* #undef HAVE_ICONV */
       
   149 
       
   150 /* Define to 1 if you have the <inttypes.h> header file. */
       
   151 #define HAVE_INTTYPES_H 1
       
   152 
       
   153 /* Define to 1 if you have the `asound' library (-lasound). */
       
   154 /* #undef HAVE_LIBASOUND */
       
   155 
       
   156 /* Define to 1 if you have the `resolv' library (-lresolv). */
       
   157 /* #undef HAVE_LIBRESOLV */
       
   158 
       
   159 /* Define to enable libvisual visualization library (used by libvisual). */
       
   160 /* #undef HAVE_LIBVISUAL */
       
   161 
       
   162 /* Define to 1 if you have the `localtime_r' function. */
       
   163 #define HAVE_LOCALTIME_R 1
       
   164 
       
   165 /* Define if you have C99's lrint function. */
       
   166 #define HAVE_LRINT 1
       
   167 
       
   168 /* Define if you have C99's lrintf function. */
       
   169 #define HAVE_LRINTF 1
       
   170 
       
   171 /* Define to 1 if you have the <malloc.h> header file. */
       
   172 #define HAVE_MALLOC_H 1
       
   173 
       
   174 /* Define to 1 if you have the <memory.h> header file. */
       
   175 #define HAVE_MEMORY_H 1
       
   176 
       
   177 /* Define to enable Xiph Ogg library (used by ogg). */
       
   178 #undef HAVE_OGG 
       
   179 
       
   180 /* Define to enable Pango font rendering (used by pango). */
       
   181 #ifndef __SYMBIAN32__
       
   182 #define HAVE_PANGO
       
   183 #endif 
       
   184 
       
   185 /* defined if the compiler implements __PRETTY_FUNCTION__ */
       
   186 #define HAVE_PRETTY_FUNCTION 1
       
   187 
       
   188 /* Define to 1 if you have the <process.h> header file. */
       
   189 /* #undef HAVE_PROCESS_H */
       
   190 
       
   191 /* Define if RDTSC is available */
       
   192 #ifndef __SYMBIAN32__
       
   193 #define HAVE_RDTSC 1
       
   194 #endif
       
   195 
       
   196 /* Define to 1 if you have the <regex.h> header file. */
       
   197 #define HAVE_REGEX_H 1
       
   198 
       
   199 /* Define to 1 if you have the <stdint.h> header file. */
       
   200 #define HAVE_STDINT_H 1
       
   201 
       
   202 /* Define to 1 if you have the <stdlib.h> header file. */
       
   203 #define HAVE_STDLIB_H 1
       
   204 
       
   205 /* Define to 1 if you have the <strings.h> header file. */
       
   206 #define HAVE_STRINGS_H 1
       
   207 
       
   208 /* Define to 1 if you have the <string.h> header file. */
       
   209 #define HAVE_STRING_H 1
       
   210 
       
   211 /* Define to 1 if you have the <sys/socket.h> header file. */
       
   212 #define HAVE_SYS_SOCKET_H 1
       
   213 
       
   214 /* Define to 1 if you have the <sys/stat.h> header file. */
       
   215 #define HAVE_SYS_STAT_H 1
       
   216 
       
   217 /* Define to 1 if you have the <sys/types.h> header file. */
       
   218 #define HAVE_SYS_TYPES_H 1
       
   219 
       
   220 /* Define to 1 if you have the <sys/wait.h> header file. */
       
   221 #define HAVE_SYS_WAIT_H 1
       
   222 
       
   223 /* Define to enable Xiph Theora video codec (used by theora). */
       
   224 /* #undef HAVE_THEORA */
       
   225 
       
   226 /* Define to 1 if you have the <unistd.h> header file. */
       
   227 #define HAVE_UNISTD_H 1
       
   228 
       
   229 /* Define if valgrind should be used */
       
   230 #ifndef __SYMBIAN32__
       
   231 #define HAVE_VALGRIND 1
       
   232 #endif
       
   233 
       
   234 /* Define to enable Xiph Vorbis audio codec (used by vorbis). */
       
   235 #define HAVE_VORBIS 
       
   236 
       
   237 /* defined if vorbis_synthesis_restart is present */
       
   238 #define HAVE_VORBIS_SYNTHESIS_RESTART 1
       
   239 
       
   240 /* Define to 1 if you have the <winsock2.h> header file. */
       
   241 /* #undef HAVE_WINSOCK2_H */
       
   242 
       
   243 /* Define to enable X libraries and plugins (used by ximagesink). */
       
   244 #define HAVE_X 
       
   245 
       
   246 /* Define to enable X Shared Memory extension. */
       
   247 #define HAVE_XSHM 
       
   248 
       
   249 /* Define to enable X11 XVideo extensions (used by xvimagesink). */
       
   250 #define HAVE_XVIDEO 
       
   251 
       
   252 /* the host CPU */
       
   253 #define HOST_CPU "i686"
       
   254 
       
   255 /* gettext locale dir */
       
   256 #define LOCALEDIR "/home/rakhi/openlibs//share/locale"
       
   257 
       
   258 /* Define if you have no native hstrerror() function. */
       
   259 /* #undef NO_HSTRERROR */
       
   260 
       
   261 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
       
   262 /* #undef NO_MINUS_C_MINUS_O */
       
   263 
       
   264 /* Name of package */
       
   265 #define PACKAGE "gst-plugins-base"
       
   266 
       
   267 /* Define to the address where bug reports for this package should be sent. */
       
   268 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
       
   269 
       
   270 /* Define to the full name of this package. */
       
   271 #define PACKAGE_NAME "GStreamer Base Plug-ins"
       
   272 
       
   273 /* Define to the full name and version of this package. */
       
   274 #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
       
   275 
       
   276 /* Define to the one symbol short name of this package. */
       
   277 #define PACKAGE_TARNAME "gst-plugins-base"
       
   278 
       
   279 /* Define to the version of this package. */
       
   280 #define PACKAGE_VERSION "0.10.19"
       
   281 
       
   282 /* directory where plugins are located */
       
   283 #ifdef __SYMBIAN32__
       
   284 #if defined(__WINSCW__) || defined(__WINS__)
       
   285 #define PLUGINDIR "z:\\sys\\bin\\plugins"
       
   286 #else 
       
   287 #ifdef FF_GSTREAMER
       
   288 #define PLUGINDIR "z:\\sys\\bin\\plugins"
       
   289 #else
       
   290 #define PLUGINDIR "c:\\sys\\bin"
       
   291 #endif
       
   292 #endif
       
   293 #else
       
   294 /* directory where plugins are located */
       
   295 #define PLUGINDIR "/home/datha/gstreamer-0.10.8/lib/gstreamer-0.10"
       
   296 #endif
       
   297 
       
   298 /* The size of `char', as computed by sizeof. */
       
   299 /* #undef SIZEOF_CHAR */
       
   300 
       
   301 /* The size of `int', as computed by sizeof. */
       
   302 /* #undef SIZEOF_INT */
       
   303 
       
   304 /* The size of `long', as computed by sizeof. */
       
   305 /* #undef SIZEOF_LONG */
       
   306 
       
   307 /* The size of `short', as computed by sizeof. */
       
   308 /* #undef SIZEOF_SHORT */
       
   309 
       
   310 /* The size of `void*', as computed by sizeof. */
       
   311 /* #undef SIZEOF_VOIDP */
       
   312 
       
   313 /* Define to 1 if you have the ANSI C header files. */
       
   314 #define STDC_HEADERS 1
       
   315 
       
   316 /* Version number of package */
       
   317 #define VERSION "0.10.19"
       
   318 
       
   319 /* Define to 1 if your processor stores words with the most significant byte
       
   320    first (like Motorola and SPARC, unlike Intel and VAX). */
       
   321 /* #undef WORDS_BIGENDIAN */
       
   322 
       
   323 /* Define to 1 if the X Window System is missing or not being used. */
       
   324 /* #undef X_DISPLAY_MISSING */
       
   325 
       
   326 /* Number of bits in a file offset, on hosts where this is settable. */
       
   327 #define _FILE_OFFSET_BITS 64
       
   328 
       
   329 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
       
   330 /* #undef _LARGEFILE_SOURCE */
       
   331 
       
   332 /* Define for large files, on AIX-style hosts. */
       
   333 /* #undef _LARGE_FILES */
       
   334 
       
   335 /* Define to `__inline__' or `__inline' if that's what the C compiler
       
   336    calls it, or to nothing if 'inline' is not supported under any name.  */
       
   337 #ifndef __cplusplus
       
   338 /* #undef inline */
       
   339 #endif