Skip to content

rtpulpfec: use __restrict when building with MSVC on Windows

Jakub Adam requested to merge xhaakon/gst-plugins-good:msvc-restrict into master

Microsoft compiler doesn't support the C99 standard keyword, only their own alias.

Merge request reports