mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 23:55:50 +01:00
Update libsndfile to 1.0.29pre2+git
This pulls in MANY (over 890) changes compared to our from our current 1.0.24 version.
This commit is contained in:
10
lib-src/libsndfile/cmake/TestInline.c.in
Normal file
10
lib-src/libsndfile/cmake/TestInline.c.in
Normal file
@@ -0,0 +1,10 @@
|
||||
static @INLINE_KEYWORD@ void test_inline(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
int main (void)
|
||||
{
|
||||
test_inline ();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user