1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavformat
Andreas Rheinhardt aeb5d943c6 avformat/rtsp: #if unused functions away, fix -O0 compilation
parse_rtsp_message() is only called if the rtsp demuxer is enabled
and so it is normally compiled away if said demuxer is disabled.
Yet this does not happen when compiling with -O0 and this leads
to a linking failure because parse_rtsp_message() calls functions
that may not be available if the rtsp demuxer is disabled.
Fix this by properly #if'ing the unused functions away.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-01-08 18:13:04 +01:00
..
2021-12-31 17:26:01 +10:00
2022-01-08 18:09:02 +01:00
2021-12-19 00:35:24 +10:00
2022-01-05 21:19:48 +10:00
2021-12-31 17:26:01 +10:00
2021-12-31 14:44:20 +05:30
2021-10-07 11:52:10 +02:00
2021-12-02 01:41:55 +10:00
2021-10-09 11:42:16 +02:00