Skip to content

Remove GStreamer i18n headers

Xavier Claessens requested to merge xclaesse/gstreamer:i18n into main

GLib guarantees libintl API is always available, provided by proxy-libintl as last resort. GLib itself unconditionally define ENABLE_NLS. We can use gi18n.h and gi18n-lib.h instead of our own copy.

This fix static build on Windows because G_INTL_STATIC_COMPILATION must be defined before including libintl.h, and glib does it for us as part as including glib.h.

Edited by Xavier Claessens

Merge request reports