gst_plugins_base/gst-libs/gst/pbutils/pbutils.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    70 
    70 
    71 #ifdef HAVE_CONFIG_H
    71 #ifdef HAVE_CONFIG_H
    72 # include "config.h"
    72 # include "config.h"
    73 #endif
    73 #endif
    74 
    74 
       
    75 #ifdef __SYMBIAN32__
       
    76 #include <gst_global.h>
       
    77 #endif
       
    78 
    75 #include "pbutils.h"
    79 #include "pbutils.h"
    76 
    80 
    77 #include "gst/gst-i18n-plugin.h"
    81 #include "gst/gst-i18n-plugin.h"
    78 
    82 
    79 /**
    83 /**
   103   }
   107   }
   104 #ifdef ENABLE_NLS
   108 #ifdef ENABLE_NLS
   105   GST_DEBUG ("binding text domain %s to locale dir %s", GETTEXT_PACKAGE,
   109   GST_DEBUG ("binding text domain %s to locale dir %s", GETTEXT_PACKAGE,
   106       LOCALEDIR);
   110       LOCALEDIR);
   107   bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
   111   bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
   108   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
       
   109 #endif
   112 #endif
   110 
   113 
   111   inited = TRUE;
   114   inited = TRUE;
   112 }
   115 }