summaryrefslogtreecommitdiffstats
path: root/libmpdemux/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/video.c')
-rw-r--r--libmpdemux/video.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c
index 9045da1147..ba1e9964ab 100644
--- a/libmpdemux/video.c
+++ b/libmpdemux/video.c
@@ -37,10 +37,6 @@
/* biCompression constant */
#define BI_RGB 0L
-#ifdef CONFIG_LIVE555
-#include "demux_rtp.h"
-#endif
-
int video_read_properties(sh_video_t *sh_video){
demux_stream_t *d_video=sh_video->ds;