Searched refs:have_flac (Results 1 – 1 of 1) sorted by relevance
/third_party/libsnd/tests/ |
D | external_libs_test.c | 57 int have_ogg = 0, have_flac = 0 ; in major_format_test() local 68 have_flac = info.format == SF_FORMAT_FLAC ? 1 : have_flac ; in major_format_test() 73 { exit_if_true (have_flac == 0, "\n\nLine %d : FLAC should be available.\n\n", __LINE__) ; in major_format_test() 77 { exit_if_true (have_flac, "\n\nLine %d : FLAC should not be available.\n\n", __LINE__) ; in major_format_test() 117 int have_flac = 0, have_ogg = 0, have_vorbis = 0, have_opus = 0 ; in simple_format_test() local 130 have_flac = 1 ; in simple_format_test() 157 { exit_if_true (have_flac == 0, "\n\nLine %d : FLAC should be available.\n\n", __LINE__) ; in simple_format_test() 163 { exit_if_true (have_flac, "\n\nLine %d : FLAC should not be available.\n\n", __LINE__) ; in simple_format_test()
|