nixpkgs/pkgs/development/libraries/gstreamer
Sergei Trofimovich 5881a720d3 gst_all_1.gst-plugins-bad: fix gcc-11 build by applying fix unconditionally
Without the change build on `gcc-11` fails as:

    $ nix build --impure --expr 'with import ./. {}; gst_all_1.gst-plugins-bad.override { stdenv = gcc11Stdenv; }' -L
    ...
    include/glib-2.0/glib/gatomic.h:113:19: error: argument 2 of '__atomic_load' must not be a pointer to a 'volatile' type
      113 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
          |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-11-26 23:33:44 +00:00
..
bad gst_all_1.gst-plugins-bad: fix gcc-11 build by applying fix unconditionally 2021-11-26 23:33:44 +00: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 gst_all_1.gst-plugins-good: disable asserts 2021-10-13 23:01:47 +02:00
gstreamermm gstreamermm.updateScript: correct attribute path 2021-10-15 00:51:49 +02:00
libav gstreamer: 1.18.2 -> 1.18.4 2021-04-29 01:01:44 +02:00
rtsp-server gstreamer: support cross by disabling introspection 2021-07-02 21:06:51 +02:00
ugly gstreamer: 1.18.2 -> 1.18.4 2021-04-29 01:01:44 +02:00
vaapi gstreamer: 1.18.2 -> 1.18.4 2021-04-29 01:01:44 +02:00
default.nix gst_all_1: get all dependencies via callPackage 2021-07-23 17:20:44 -07:00