Displaying 2 results from an estimated 2 matches for "use_lround".
2014 Jun 16
1
Include directories
...lite build system, the attached patch will
update it to reflect changes to the FLAC project since my last patch
in 2012 and add other important tweaks:
* Account for the updates to UTF-8 on Windows.
* Add missing object and library entries to the system to ensure all
components link properly.
* Add USE_LROUND and USE_FSEEKO Makefile variables to allow clean
addressing of the HAVE_LROUND and HAVE_FSEEKO conditional sections,
normally resolved elsewhere in the full build system.
* Add Makefile variables CCFLAGS and CCCFLAGS to specify gcc-only and
g++-only flags, respectively. This was done to eliminate t...
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