GStreamer streaming media framework "bad" plugins
Go to file
Debarshi Ray b6cd9ea30c Adapt to backwards incompatible change in GNU Make 4.3
GNU Make 4.3 has a backwards incompatible change affecting the use of
number signs or hashes (ie., #) inside function invocations. See:
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html

In this case, it would expand the '\#' in the '\n\#include \"$(h)\"'
argument to the foreach call to '\#', not '#'. This would lead to
spurious backslashes in front of the '#include' directives in the
generated gstmpegts-enumtypes.c file.

Spotted by Ernestas Kulik.

https://gitlab.freedesktop.org/gstreamer/common/-/merge_requests/4
https://bugzilla.redhat.com/show_bug.cgi?id=1799497
2020-03-20 15:13:50 +01:00
.gitignore Update to 1.16.2 2020-01-03 09:17:21 +01:00
gst-p-bad-cleanup.sh Update to 1.13.90 2018-03-05 13:03:44 +01:00
gstreamer1-plugins-bad-build-adapt-to-backwards-incompatible-change.patch Adapt to backwards incompatible change in GNU Make 4.3 2020-03-20 15:13:50 +01:00
gstreamer1-plugins-bad-free.spec Adapt to backwards incompatible change in GNU Make 4.3 2020-03-20 15:13:50 +01:00
sources Update to 1.16.2 2020-01-03 09:17:21 +01:00