diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-11-26 14:46:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-11-26 14:46:05 +0000 |
commit | 3d61e20a99263ec2e08c130854f9faaa8b752377 (patch) | |
tree | 33995660f014a0c6092a5e5873568f2b74364d0c | |
parent | 8c1cdb7a4a96289fe37ea42d7123da0d7731498b (diff) |
rtsp: fix distcheck
-rw-r--r-- | gst/rtsp-server/rtsp-session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-session.h b/gst/rtsp-server/rtsp-session.h index 8f7cf4d..229202d 100644 --- a/gst/rtsp-server/rtsp-session.h +++ b/gst/rtsp-server/rtsp-session.h @@ -20,7 +20,7 @@ #include <gst/gst.h> #include <gst/rtsp/gstrtsptransport.h> -#include <gst/rtsp-server/rtsp-server.h> /* for GST_RTSP_SERVER_DEPRECATED_FOR */ +#include "rtsp-server.h" /* for GST_RTSP_SERVER_DEPRECATED_FOR */ #ifndef __GST_RTSP_SESSION_H__ #define __GST_RTSP_SESSION_H__ |