LRN wrote:
> Please update m4/ogg.m4
> Namely, new version should support --with-ogg=yes or --with-ogg=no
> (this enables ogg stuff, but does not add -L to OGG_LIBS, that is
> crucial to keep .pc files clean).
>
> ogg.m4 from libogg-1.3.0 will be sufficient.
Done, thanks!
Erik
--
-
Hi,
please find attached two patches (against current git master) that fix
overlinking issues in the pkg-config files and "locally",
respectively. The first patch is originally due to Brad Smith, see the
commit message for details.
Here is some general information regarding overlinking in
Hi,
in include/share/alloc.h there is this section:
#ifndef SIZE_MAX
# ifndef SIZE_T_MAX
# ifdef _MSC_VER
# define SIZE_T_MAX SIZE_MAX
# else
# error
# endif
# endif
# define SIZE_MAX SIZE_T_MAX
#endif
So, if we are on MSVC and have neither SIZE_MAX nor SIZE_T_MAX, we'll
define SIZE_T_MA
> please find attached two patches (against current git master) that
> fix overlinking issues in the pkg-config files and "locally",
> respectively.
I forgot to mention that I did two successful test builds, one for my
Linux system with shared objects and a static mingw cross-build.
Ulrich
Ulrich Klauer wrote:
> Hi,
> please find attached two patches (against current git master) that fix
> overlinking issues in the pkg-config files and "locally",
> respectively. The first patch is originally due to Brad Smith, see the
> commit message for details.
>
> Here is some general inf
Dagobert Michelsen wrote:
> There compilation on Solaris 10 Sparc with Sun Studio 12 gives the following
> compile errors:
>
> > CC bitreader.lo
> > "bitreader.c", line 494: warning: implicit function declaration: MIN
> > CC bitwriter.lo
> > "bitwriter.c", line 273: reference to stat
Janne Hyvärinen wrote:
> These patches change the UTF-8 mode into a runtime choice. The larger
> patch removes the now obsolete "Release (UTF8)" configuration options
> from the project files. The smaller patch makes the utf-8 library use
> ANSI codepage by default. When frontends call the "get
Erik de Castro Lopo wrote:
> > > decode.c: In function ‘write_callback’:
> > > decode.c:965:28: warning: cast increases required alignment of target
> > > type [-Wcast-align]
> > > decode.c:966:28: warning: cast increases required alignment of target
> > > type [-Wcast-align]
> > > decode.c:967: