nixpkgs/pkgs/development/libraries/gstreamer
Jan Tojnar 1a8fc0bb52 gst_all_1.gst-plugins-bad: disable asserts
`lib/gstreamer-1.0/libgstdvbsubenc.so` and `lib/libgstcodecparsers-1.0.so` include `${gstreamer.dev}/include/gstreamer-1.0/gst/base/gstbitwriter.h` in their .rodata section, increasing the runtime closure unnecessarily. This happens because `gstbitwriter.h` header uses GLib’s `g_assert` macro, which wants to print `__FILE__` on assertion failure.

The assertions can and should be disabled on stable releases (7b8d74c15b) so let’s do that.
2021-10-13 22:53:14 +02:00
..
bad gst_all_1.gst-plugins-bad: disable asserts 2021-10-13 22:53:14 +02:00
base gstreamer-base: support cross-compilation 2021-08-18 22:12:42 +02:00
core gstreamer: support cross by disabling introspection 2021-07-02 21:06:51 +02:00
devtools gstreamer: support cross by disabling introspection 2021-07-02 21:06:51 +02:00
ges gstreamer: support cross by disabling introspection 2021-07-02 21:06:51 +02:00
good
gstreamermm gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
libav
rtsp-server gstreamer: support cross by disabling introspection 2021-07-02 21:06:51 +02:00
ugly
vaapi
default.nix gst_all_1: get all dependencies via callPackage 2021-07-23 17:20:44 -07:00