[PATCH 0/1] MR10233: dsound: fir.h is no longer a generated file.
The coefficients are still being generated, but the code generating them is located in fir.h, so changes to this file need to be reviewed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10233
From: Sven Baars <sbaars@codeweavers.com> The coefficients are still being generated, but the code generating them is located in fir.h, so changes to this file need to be reviewed. --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 72b0af7640e..1051bd31a7d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,9 +4,6 @@ configure generated include/config.h.in generated -# generated by dlls/dsound/make_fir -dlls/dsound/fir.h generated - # generated by dlls/opencl/make_opencl dlls/opencl/opencl.spec generated dlls/opencl/opencl_types.h generated -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10233
This merge request was approved by Matteo Bruni. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10233
participants (3)
-
Matteo Bruni (@Mystral) -
Sven Baars -
Sven Baars (@sbaars)