13 lines
383 B
C
13 lines
383 B
C
$NetBSD: patch-rtsp_rtsp__get__rtp__th.c,v 1.1 2012/10/26 20:41:45 joerg Exp $
|
|
|
|
--- rtsp/rtsp_get_rtp_th.c.orig 2012-10-26 16:07:36.000000000 +0000
|
|
+++ rtsp/rtsp_get_rtp_th.c
|
|
@@ -28,7 +28,7 @@
|
|
|
|
#include <nemesi/rtsp.h>
|
|
|
|
-inline rtp_thread *rtsp_get_rtp_th(rtsp_ctrl * rtsp_ctl)
|
|
+rtp_thread *rtsp_get_rtp_th(rtsp_ctrl * rtsp_ctl)
|
|
{
|
|
return ((rtsp_thread *) rtsp_ctl)->rtp_th;
|
|
}
|