Commit 3f0a699a authored by diego's avatar diego

Remove unnecessary rtsp.h #include.

Nothing from the header was used and it caused trouble on Windows CE.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19430 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 556adbe4
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <limits.h> #include <limits.h>
#include "libavutil/avstring.h" #include "libavutil/avstring.h"
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
#include "libavformat/rtsp.h"
#include "libavdevice/avdevice.h" #include "libavdevice/avdevice.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#include "libavcodec/audioconvert.h" #include "libavcodec/audioconvert.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment