diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-06 19:21:58 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-08 18:13:04 +0100 |
commit | aeb5d943c613f50611ca49f5ffbfa8b24820b61d (patch) | |
tree | 1d7d56c9f7d3b8972a766eb58e92f5196547a924 /compat/msvcrt/snprintf.c | |
parent | a0d7e41ad7cb69600c1947571e55f08e36aa2e6d (diff) | |
download | ffmpeg-aeb5d943c613f50611ca49f5ffbfa8b24820b61d.tar.gz |
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>
Diffstat (limited to 'compat/msvcrt/snprintf.c')
0 files changed, 0 insertions, 0 deletions