mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
b99ecc78ca
GLib guarantees libintl is always present, using proxy-libintl as last resort. There is no need to mock gettex API any more. 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. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2028> |
||
---|---|---|
.. | ||
gstrtmp.c | ||
gstrtmpelement.c | ||
gstrtmpelements.h | ||
gstrtmpsink.c | ||
gstrtmpsink.h | ||
gstrtmpsrc.c | ||
gstrtmpsrc.h | ||
meson.build | ||
README |
rtmpsrc/sink: These plugins require librtmp from http://rtmpdump.mplayerhq.hu/ You have to build librtmp with -fPIC to be able to use it with the GStreamer plugin: make XCFLAGS="-fPIC"