mncc-python/rtpsource
Harald Welte ec0c3ce444 rtpsourcec: Fix compilation on Debian 11 / gcc-10.2.1
rtpsource.c: In function ‘signal_handler’:
rtpsource.c:209:3: error: called object ‘signal’ is not a function or function pointer
  209 |   signal(SIGABRT, SIG_DFL);
      |   ^~~~~~
rtpsource.c:198:32: note: declared here
  198 | static void signal_handler(int signal)
      |                            ~~~~^~~~~~

Change-Id: I57d13faa8052b6f15890ce9c6c74efa927d2e2ab
2023-01-17 11:38:53 +00:00
..
Makefile rtpsource: Modularize generation of RTP frames 2020-04-30 10:00:49 +02:00
ctrl_if.c rtpsource: CTRL call rtp_create: add codec arg 2020-04-30 10:05:39 +02:00
internal.h rtpsource: CTRL call rtp_create: add codec arg 2020-04-30 10:05:39 +02:00
rtp_provider.c rtpsource: CTRL call rtp_create: add codec arg 2020-04-30 10:05:39 +02:00
rtp_provider.h rtpsource: CTRL call rtp_create: add codec arg 2020-04-30 10:05:39 +02:00
rtp_provider_static.c rtpsource: Modularize generation of RTP frames 2020-04-30 10:00:49 +02:00
rtpsource.c rtpsourcec: Fix compilation on Debian 11 / gcc-10.2.1 2023-01-17 11:38:53 +00:00