From 1764e4bc5a0c88ab9040b47a2d67a6f15501f21f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 14 Jul 2009 13:50:05 +0000 Subject: [PATCH] Remove unnecessary rtsp.h #include. Nothing from the header was used and it caused trouble on Windows CE. Originally committed as revision 19430 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffplay.c b/ffplay.c index 5f88a46caa..1066de9131 100644 --- a/ffplay.c +++ b/ffplay.c @@ -23,7 +23,6 @@ #include #include "libavutil/avstring.h" #include "libavformat/avformat.h" -#include "libavformat/rtsp.h" #include "libavdevice/avdevice.h" #include "libswscale/swscale.h" #include "libavcodec/audioconvert.h"