gst_plugins_symbian/config.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    27 #define ENABLE_NLS 1
    27 #define ENABLE_NLS 1
    28 #endif
    28 #endif
    29 
    29 
    30 
    30 
    31 /* gettext package name */
    31 /* gettext package name */
    32 #define GETTEXT_PACKAGE "gst-plugins-symbian-0.10"
    32 #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
    33 
    33 
    34 /* macro to use to show function name */
    34 /* macro to use to show function name */
    35 #define GST_FUNCTION __PRETTY_FUNCTION__
    35 #define GST_FUNCTION __PRETTY_FUNCTION__
    36 
    36 
    37 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
    37 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
    42 
    42 
    43 /* GStreamer license */
    43 /* GStreamer license */
    44 #define GST_LICENSE "LGPL"
    44 #define GST_LICENSE "LGPL"
    45 
    45 
    46 /* package name in plugins */
    46 /* package name in plugins */
    47 #define GST_PACKAGE_NAME "GStreamer Symbian Plug-ins source release"
    47 #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
    48 
    48 
    49 /* package origin */
    49 /* package origin */
    50 #define GST_PACKAGE_ORIGIN "Unknown package origin"
    50 #define GST_PACKAGE_ORIGIN "Unknown package origin"
    51 
    51 
    52 /* support for features: gstalsa */
    52 /* support for features: gstalsa */
   215 
   215 
   216 /* support for features: xvimagesink */
   216 /* support for features: xvimagesink */
   217 #define HAVE_XVIDEO 
   217 #define HAVE_XVIDEO 
   218 
   218 
   219 /* gettext locale dir */
   219 /* gettext locale dir */
   220 #define LOCALEDIR "/home/datha/gst-plugins-symbian-0.10.1/share/locale"
   220 #define LOCALEDIR "/home/datha/gst-plugins-base-0.10.8/share/locale"
   221 
   221 
   222 /* Name of package */
   222 /* Name of package */
   223 #define PACKAGE "gst-plugins-Symbian"
   223 #define PACKAGE "gst-plugins-base"
   224 
   224 
   225 /* Define to the address where bug reports for this package should be sent. */
   225 /* Define to the address where bug reports for this package should be sent. */
   226 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
   226 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
   227 
   227 
   228 /* Define to the full name of this package. */
   228 /* Define to the full name of this package. */
   229 #define PACKAGE_NAME "GStreamer symbian Plug-ins"
   229 #define PACKAGE_NAME "GStreamer Base Plug-ins"
   230 
   230 
   231 /* Define to the full name and version of this package. */
   231 /* Define to the full name and version of this package. */
   232 #define PACKAGE_STRING "GStreamer symbian Plug-ins 0.10.1"
   232 #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.8"
   233 
   233 
   234 /* Define to the one symbol short name of this package. */
   234 /* Define to the one symbol short name of this package. */
   235 #define PACKAGE_TARNAME "gst-plugins-symbian"
   235 #define PACKAGE_TARNAME "gst-plugins-base"
   236 
   236 
   237 /* Define to the version of this package. */
   237 /* Define to the version of this package. */
   238 #define PACKAGE_VERSION "0.10.1"
   238 #define PACKAGE_VERSION "0.10.8"
   239 
   239 
   240 /* directory where plugins are located */
   240 /* directory where plugins are located */
   241 #ifdef __SYMBIAN32__
   241 #ifdef __SYMBIAN32__
   242 #if defined(__WINSCW__) || defined(__WINS__)
   242 #if defined(__WINSCW__) || defined(__WINS__)
   243 #define PLUGINDIR "z:\\sys\\bin\\plugins"
   243 #define PLUGINDIR "z:\\sys\\bin\\plugins"
   269 
   269 
   270 /* Define to 1 if you have the ANSI C header files. */
   270 /* Define to 1 if you have the ANSI C header files. */
   271 #define STDC_HEADERS 1
   271 #define STDC_HEADERS 1
   272 
   272 
   273 /* Version number of package */
   273 /* Version number of package */
   274 #define VERSION "0.10.1"
   274 #define VERSION "0.10.8"
   275 
   275 
   276 /* Define to 1 if your processor stores words with the most significant byte
   276 /* Define to 1 if your processor stores words with the most significant byte
   277    first (like Motorola and SPARC, unlike Intel and VAX). */
   277    first (like Motorola and SPARC, unlike Intel and VAX). */
   278 /* #undef WORDS_BIGENDIAN */
   278 /* #undef WORDS_BIGENDIAN */
   279 
   279