kumquat-buildroot/package/gstreamer1
Peter Korsgaard f01db4f73b package/gstreamer1/gst1-plugins-bad: explicitly enable C99 for dvbsubenc/gcc 4.8
dvbsubenc fails to build with gcc 4.8 due to restrict keyword and for
loop declarations:

../gst/dvbsubenc/libimagequant/blur.c:10:46: error: expected ';', ',' or ')' before 'src'
 transposing_1d_blur (unsigned char *restrict src, unsigned char *restrict dst,
                                              ^
../gst/dvbsubenc/libimagequant/blur.c: In function 'liq_min3':
../gst/dvbsubenc/libimagequant/blur.c:101:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for (unsigned int i = 0; i < width - 1; i++) {
     ^
../gst/dvbsubenc/libimagequant/blur.c:101:5: note: use option -std=c99 or -std=gnu99 to compile your code

Fixes:
 - http://autobuild.buildroot.org/results/183e876d63340b5c204f47a4653cbfebb0523277

Both of which are C99 features, so explicitly enable C99 support to fix
that.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-11-10 09:46:00 +01:00
..
gst1-devtools package/gstreamer1/gst1-devtools: bump version to 1.18.1 2020-10-31 16:08:32 +01:00
gst1-imx package/gstreamer1/gst1-imx: bump to version 0.13.1 2020-10-25 10:26:44 +01:00
gst1-interpipe package/gst1-interpipe: change to meson build 2020-09-20 16:09:34 +02:00
gst1-libav package/gstreamer1/gst1-libav: bump version to 1.18.1 2020-10-31 16:08:38 +01:00
gst1-plugins-bad package/gstreamer1/gst1-plugins-bad: explicitly enable C99 for dvbsubenc/gcc 4.8 2020-11-10 09:46:00 +01:00
gst1-plugins-base package/gstreamer1/gst1-plugins-base: bump version to 1.18.1 2020-10-31 16:08:24 +01:00
gst1-plugins-bayer2rgb-neon
gst1-plugins-good package/gstreamer1/gst1-plugins-good: bump version to 1.18.1 2020-10-31 16:08:26 +01:00
gst1-plugins-ugly package/gstreamer1/gst1-plugins-ugly: bump version to 1.18.1 2020-10-31 16:08:30 +01:00
gst1-python package/gobject-introspection: disable for riscv32 2020-09-01 21:23:54 +02:00
gst1-rtsp-server package/gstreamer1/gst1-rtsp-server: bump version to 1.18.1 2020-10-31 16:08:44 +01:00
gst1-shark package/gstreamer1/gst1-shark: bump version to v0.7.1 2020-09-14 21:14:15 +02:00
gst1-vaapi package/gstreamer1/gst1-vaapi: bump version to 1.18.1 2020-10-31 16:08:41 +01:00
gst-omx package/gstreamer1/gst-omx: bump version to 1.18.1 2020-10-31 16:08:49 +01:00
gstreamer1 package/gstreamer1/gstreamer1: bump version to 1.18.1 2020-10-31 16:08:18 +01:00
gstreamer1-editing-services package/gstreamer1/gstreamer1-editing-services: bump version to 1.18.1 2020-10-31 16:08:47 +01:00
gstreamer1-mm
Config.in package/gst1-devtools: new package (was gst1-validate) 2020-09-23 22:24:25 +02:00
gstreamer1.mk