mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 00:24:18 +00:00
1a8fc0bb52
`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 (
|
||
---|---|---|
.. | ||
bad | ||
base | ||
core | ||
devtools | ||
ges | ||
good | ||
gstreamermm | ||
libav | ||
rtsp-server | ||
ugly | ||
vaapi | ||
default.nix |