X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..66f23d4fabf89ad09adbd4dfc15ac6b5b2b7da83:/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def diff --git a/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def b/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def deleted file mode 100644 index c817322..0000000 --- a/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def +++ /dev/null @@ -1,20 +0,0 @@ -autogen definitions test_endswap.tpl; - -int_type = { - name = short ; - value = 0x3210 ; - format = FMT_SHORT ; - } ; - -int_type = { - name = int ; - value = 0x76543210 ; - format = FMT_INT ; - } ; - -int_type = { - name = int64_t ; - value = "0x0807050540302010LL" ; - format = FMT_INT64 ; - } ; -