X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fmegametrum-v0.1%2Fao_megametrum.c;h=114f144fc3271c10c90b780e8fe6cf8e60bcda37;hp=d3ae4690c41de2e85c9ea4b402fb35cc8e009d48;hb=b119e19604aa557a40e848c60d98a67b5f259bbd;hpb=93db8febda03d9a02c5c1ccdc6ad44eaf00a433b diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c index d3ae4690..114f144f 100644 --- a/src/megametrum-v0.1/ao_megametrum.c +++ b/src/megametrum-v0.1/ao_megametrum.c @@ -24,6 +24,9 @@ #include #include #include +#if HAS_SAMPLE_PROFILE +#include +#endif #include int @@ -78,6 +81,9 @@ main(void) #if AO_PROFILE ao_profile_init(); #endif +#if HAS_SAMPLE_PROFILE + ao_sample_profile_init(); +#endif ao_start_scheduler(); return 0;