pad: fix blocking probe emission
[platform/upstream/gstreamer.git] / gst / gst-i18n-lib.h
index 60a5f9f..e4eb45e 100644 (file)
 /* FIXME: if we need it, we can add Q_ as well, like in glib */
 
 #else
-#undef GETTEXT_PACKAGE /* could still be defined in config.h */
-#define GETTEXT_PACKAGE NULL
 #define _(String) String
 #define N_(String) String
+#define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular)
 
 #endif