cvs commit: ports/audio/openal Makefile distinfo

Kirill Ponomarew krion at FreeBSD.org
Sun Nov 16 08:48:53 PST 2003


krion       2003/11/16 08:48:51 PST

  FreeBSD ports repository

  Modified files:
    audio/openal         Makefile distinfo 
  Log:
  - Update to version 20031116
  * src/al_debug.c: Fix an implicit declaration: the man page on
    linux says that vsnprintf() is a GNU extension, so #define
    _GNU_SOURCE
  * src/arch/sdl/sdl.c: #include <string.h> to avoid implicit
    declaration of memcpy()/memset()
  * audioconvert/ac_freq.c For the first sample in a chunk to be
    resampled*2, use dampened extrapolation instead of
    interpolation to somewhat reduce 'clicking'.
  * Michel Danzer's big endian patch
  * audioconvert/ac_freq.c Added Adam Moss's patch to improve
    fidelity of low-sampled sounds in higher sampling-rate
    environments.
  
  PR:             59340
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.20      +2 -1      ports/audio/openal/Makefile
  1.9       +1 -1      ports/audio/openal/distinfo


More information about the cvs-ports mailing list