#!/bin/sh
set -e
cd "$(dirname "$0")"
echo "+ cc -O -Wall -pthread -o aac_getnext_aif_race aac_getnext_aif_race.c"
cc -O -Wall -pthread -o aac_getnext_aif_race aac_getnext_aif_race.c
echo "BUILD_EXIT=$?"
ls -l aac_getnext_aif_race
