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
..
2022-01-04 10:35:19 +01:00
2021-12-16 22:31:13 +01:00
2021-12-08 14:12:42 +01:00
2022-01-04 13:16:49 +01:00
2021-11-01 20:37:20 +01:00
2022-01-04 13:16:50 +01:00
2021-12-31 17:26:01 +10:00
2022-01-08 18:09:02 +01:00
2021-10-03 20:56:12 +02:00
2021-11-09 15:40:36 +01:00
2021-10-15 23:40:15 +10:00
2021-10-15 23:39:47 +10:00
2021-10-03 20:50:50 +02:00
2022-01-03 20:38:35 +01:00
2021-11-26 21:31:06 +01:00
2022-01-04 13:16:49 +01:00
2021-12-19 00:35:24 +10:00
2021-10-24 13:04:39 +03:00
2021-12-19 00:35:24 +10:00
2021-11-26 18:55:58 +01:00
2021-12-16 22:31:13 +01:00
2021-12-07 17:50:55 +05:30
2021-12-22 12:05:41 +01:00
2021-12-20 14:29:01 +01:00
2021-12-19 00:35:24 +10:00
2021-12-12 00:32:20 +01:00
2022-01-04 13:16:49 +01:00
2022-01-04 13:16:50 +01:00
2021-11-14 17:51:35 +01:00
2022-01-04 04:29:36 +01:00
2022-01-04 04:29:36 +01:00
2021-12-12 00:32:20 +01:00
2021-12-12 00:32:20 +01:00
2021-10-07 22:06:27 +02:00
2022-01-04 13:16:50 +01:00
2021-12-30 22:20:14 +01:00
2022-01-04 13:16:50 +01:00
2022-01-03 20:38:35 +01:00
2021-12-07 11:16:14 +01:00
2021-10-03 20:50:50 +02:00
2021-12-04 14:06:30 +01:00
2022-01-04 13:16:49 +01:00
2021-10-13 11:23:53 +08:00
2021-12-19 00:35:24 +10:00
2021-12-13 18:45:37 +08:00
2021-12-31 14:27:00 -05:00
2021-12-08 00:42:48 +01:00
2022-01-05 21:19:48 +10:00
2021-12-31 17:26:01 +10:00
2022-01-05 21:19:34 +10:00
2021-10-08 20:37:36 +11:00
2022-01-08 18:12:30 +01:00
2021-12-12 00:32:20 +01:00
2022-01-04 13:16:50 +01:00
2021-11-03 17:45:02 +01:00
2022-01-04 13:16:50 +01:00
2021-12-31 14:44:20 +05:30
2022-01-04 13:16:50 +01:00
2021-11-27 12:55:41 +01:00
2021-11-18 20:40:24 +01:00
2021-11-25 19:11:24 +01:00
2021-10-07 11:55:55 +02:00
2022-01-08 18:12:17 +01:00
2022-01-04 04:29:36 +01:00
2022-01-04 13:16:50 +01:00
2022-01-07 13:00:21 +01:00
2021-12-08 14:15:53 +01:00
2021-12-16 03:08:10 +01:00
2022-01-04 13:16:49 +01:00
2022-01-04 13:16:50 +01:00
2022-01-04 13:16:50 +01:00
2022-01-04 13:16:50 +01:00
2022-01-04 13:16:50 +01:00
2022-01-04 13:16:50 +01:00
2022-01-04 13:16:50 +01:00
2021-12-03 16:07:02 +01:00
2021-10-20 22:40:13 +08:00
2021-11-27 12:55:41 +01:00
2022-01-04 13:16:50 +01:00
2022-01-08 09:21:21 +11:00
2021-12-09 13:40:54 +01:00
2022-01-04 13:16:50 +01:00
2021-11-19 18:11:46 +01:00
2022-01-04 13:16:50 +01:00
2021-12-03 16:07:02 +01:00
2021-12-08 00:42:48 +01:00
2021-12-12 00:32:20 +01:00
2021-12-07 11:16:14 +01:00
2021-11-27 12:55:41 +01:00
2022-01-05 09:38:14 +08:00
2021-10-09 11:42:16 +02:00
2021-12-08 00:42:48 +01:00
2021-12-17 10:22:41 +01:00
2021-12-17 10:22:41 +01:00
2022-01-04 13:16:50 +01:00
2021-12-14 22:36:40 +08:00
2022-01-04 13:16:50 +01:00
2021-11-25 15:07:19 +08:00
2021-11-25 15:07:15 +08:00
2021-11-25 15:04:35 +08:00
2021-11-27 11:21:17 +08:00
2022-01-08 18:13:04 +01:00
2021-12-07 20:33:17 +08:00
2021-12-04 08:26:30 +08:00
2021-12-07 20:33:17 +08:00
2021-10-07 11:52:10 +02:00
2021-12-02 01:41:55 +10:00
2022-01-04 13:16:50 +01:00
2021-10-18 14:34:30 +03:00
2022-01-03 22:54:12 +01:00
2021-12-12 00:32:20 +01:00
2021-12-05 13:27:38 +01:00
2022-01-04 13:16:49 +01:00
2022-01-07 11:55:57 +01:00
2021-12-12 00:32:20 +01:00
2021-12-30 19:32:34 +02:00
2022-01-04 13:16:50 +01:00
2022-01-04 13:16:50 +01:00
2021-11-26 17:43:48 +08:00
2022-01-04 13:16:50 +01:00
2022-01-04 14:29:06 +01:00
2021-12-16 22:31:13 +01:00
2021-10-09 11:42:16 +02:00
2021-10-03 20:56:12 +02:00
2021-10-28 22:24:54 +02:00
2021-12-20 14:29:01 +01:00