search for: rg_float_t

Displaying 2 results from an estimated 2 matches for "rg_float_t".

Did you mean: ogg_float_t
2014 Jun 16
1
Include directories
...loat_t. It was caused by commit b4f7528e9a267cf7a8f03827429008cb994e1bb7. I was able to fix it on my end by removing the following line: typedef float float_t; /* Type used for filtering */ I was also able to fix it by replacing all "float_t" with something namespaced like "rg_float_t", but that would effectively revert said commit. I do not know what the correct course of action is. I suggest testing the removal of the line under other build systems and platforms. -H -------------- next part -------------- A non-text attachment was scrubbed... Name: flac-update-Makefile-l...
2014 Jun 16
2
Include directories
Erik de Castro Lopo wrote: > lvqcl wrote: > > > Some projects/makefiles add both 'include' and 'include/share' > > to the list of additional include directories. > > I think that is suboptimal. > > > For example, src/share/utf8/utf8.c includes 'include/share/alloc.h' > > as "share/alloc.h" but