view src/libsndfile-1.0.27/tests/header_test.def @ 168:ceec0dd9ec9c

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 07 Feb 2020 11:51:13 +0000
parents cd6cdf86811e
children
line wrap: on
line source
autogen definitions header_test.tpl;

data_type = {
	name	= "short" ;
	format	= "SF_FORMAT_PCM_16" ;
	} ;

data_type = {
	name	= "int" ;
	format	= "SF_FORMAT_PCM_32" ;
	} ;

data_type = {
	name	= "float" ;
	format	= "SF_FORMAT_FLOAT" ;
	} ;

data_type = {
	name	= "double" ;
	format	= "SF_FORMAT_DOUBLE" ;
	} ;