gstreamer/subprojects/gst-plugins-base/ext
Jordan Petridis e144ec015e cdparanoia: Ignore compiler warning coming from the cdparanoia header
When trying to build the plugin, GCC starts complaining about issues
with one of the cdparanoia headers and it block us from being able
to build the plugin with Werror.

The current warning in the header look like this:

```
[1/2] Compiling C object subprojects/gst-plugins-base/ext/cdparanoia/libgstcdparanoia.so.p/gstcdparanoiasrc.c.o
In file included from ../subprojects/gst-plugins-base/ext/cdparanoia/gstcdparanoiasrc.h:37,
                 from ../subprojects/gst-plugins-base/ext/cdparanoia/gstcdparanoiasrc.c:31:
/usr/include/cdda/cdda_interface.h:164:3: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  164 |   "Success",
      |   ^~~~~~~~~
...
/usr/include/cdda/cdda_interface.h:163:14: warning: ‘strerror_tr’ defined but not used [-Wunused-variable]
  163 | static char *strerror_tr[]={
      |              ^~~~~~~~~~~
[2/2] Linking target subprojects/gst-plugins-base/ext/cdparanoia/libgstcdparanoia.so
```

Last release of cdparanoia was in 2008, so our best bet for the
time is to ignore the warnings.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3232>
2022-10-20 11:41:10 +01:00
..
alsa Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
cdparanoia cdparanoia: Ignore compiler warning coming from the cdparanoia header 2022-10-20 11:41:10 +01:00
gl glimagesink: only allow setting the GL display/context if it is a valid value 2022-07-13 14:14:51 +02:00
libvisual meson: update for dep.get_pkgconfig_variable() deprecation 2021-10-20 11:20:44 +00:00
ogg oggdemux: Protect against invalid framerates 2022-05-19 20:51:50 +01:00
opus opusenc: improve inband-fec property documentation 2022-08-10 08:15:58 +01:00
pango basetextoverlay: Don't miscalculate text running times 2022-08-12 14:13:16 +01:00
theora theoradec: don't emit g_warning() on malformed input stream 2021-10-19 00:12:25 +00:00
vorbis vorbisdec: don't emit g_warning() on malformed input data 2021-10-19 00:12:25 +00:00
meson.build Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00