MT#55283 fix non-tc builds

Closes #2109

Change-Id: I210739b668f4bcc083e81495c98738ff384450b7
mr26.1
Richard Fuchs 1 month ago
parent b725d4a78c
commit c70f493b41

@ -34,7 +34,7 @@ void audio_player_add_frame(struct audio_player *, uint32_t ssrc, AVFrame *);
#else
INLINE void audio_player_setup(struct call_media *m, const rtp_payload_type *,
INLINE void audio_player_setup(struct call_media *m, const rtp_payload_type *r,
unsigned int size_ms, unsigned int delay_ms, str_case_value_ht codec_set) { }
INLINE void audio_player_start(struct call_media *m) { }
INLINE void audio_player_free(struct call_media *m) { }

Loading…
Cancel
Save