X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/60e5bc860049493e2fa3d8b027ea5ead694ad3d2..662887576254386b8e3481f6f3e6f0289f2500aa:/clients/playrtp.c diff --git a/clients/playrtp.c b/clients/playrtp.c index 03e4ad2..4ea5e3b 100644 --- a/clients/playrtp.c +++ b/clients/playrtp.c @@ -590,7 +590,7 @@ int main(int argc, char **argv) { mem_init(); if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale"); - backend = uaudio_apis[0]; + backend = &UAUDIO_DEFAULT; while((n = getopt_long(argc, argv, "hVdD:m:b:x:L:R:M:aocC:re:", options, 0)) >= 0) { switch(n) { case 'h': help();