mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
modules: fix compilation on clang
This commit is contained in:
parent
45c99cd487
commit
bcc902a55e
1 changed files with 2 additions and 0 deletions
|
|
@ -1386,6 +1386,7 @@ static int rtsp_do_announce(struct impl *impl)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CRYPTO_RSA:
|
case CRYPTO_RSA:
|
||||||
|
{
|
||||||
uint8_t rac[16];
|
uint8_t rac[16];
|
||||||
char sac[16*4];
|
char sac[16*4];
|
||||||
|
|
||||||
|
|
@ -1420,6 +1421,7 @@ static int rtsp_do_announce(struct impl *impl)
|
||||||
if (!sdp)
|
if (!sdp)
|
||||||
return -errno;
|
return -errno;
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
return -ENOTSUP;
|
return -ENOTSUP;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue