meta-openembedded/meta-multimedia
Armin Kuster eec787e19b vlc: fix loop initial declarations are only allowed in C99 mode
build issue seen on CentOS7 and Aarch64 machine

Fixes:
../../vlc-3.0.9.2/src/misc/fourcc_gen.c:75:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
|      for (size_t i = 0; i < n; i++)
|      ^
| ../../vlc-3.0.9.2/src/misc/fourcc_gen.c:75:5: note: use option -std=c99 or -std=gnu99 to compile your code

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-08-31 07:38:56 -07:00
..
classes juce: Updated JUCE to 5.0.1 2017-05-23 15:49:34 +02:00
conf layers: update LAYERSERIES_COMPAT to dunfell 2020-03-20 07:44:29 -07:00
licenses fdk-aac: add initial fdk-aac recipe 2020-02-26 07:17:58 -08:00
recipes-connectivity gupnp-av: Upgrade to 0.12.11 2020-02-17 22:27:14 -08:00
recipes-dvb tvheadend: Fix format-truncation warnings 2019-12-26 19:52:55 -08:00
recipes-mkv recipes: remove blacklisted recipes 2017-08-31 10:18:33 +02:00
recipes-multimedia vlc: fix loop initial declarations are only allowed in C99 mode 2020-08-31 07:38:56 -07:00
recipes-support meta-multimedia: Remove GNOME_COMPRESS_TYPE = "xz" in recipes 2019-07-22 14:16:51 -07:00
COPYING.MIT meta-multimedia: initial add 2012-02-24 13:53:17 +01:00
README README: updated Maintainers list for Dunfell 2020-05-05 16:47:34 -07:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: dunfell
revision: HEAD

URI: git://github.com/openembedded/meta-oe.git
layers: meta-oe
branch: dunfell
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia][dunfell]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][dunfell][PATCH

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

dunfell maintainer: Armin Kuster <akuster808@gmail.com>