shithub: libsamplerate

ref: 6308ce1a99c2c202cddc05e309bbb3bee7be73d2
dir: /src/src_config.h/

View raw version
/*
** Copyright (c) 1999-2016, Erik de Castro Lopo <[email protected]>
** All rights reserved.
**
** This code is released under 2-clause BSD license. Please see the
** file at : https://github.com/erikd/libsamplerate/blob/master/COPYING
*/

// allow config.h to be optional
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif