forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
2876a9dbaf
commit
1764e4bc5a
1 changed files with 0 additions and 1 deletions
1
ffplay.c
1
ffplay.c
|
@ -23,7 +23,6 @@
|
|||
#include <limits.h>
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavformat/avformat.h"
|
||||
#include "libavformat/rtsp.h"
|
||||
#include "libavdevice/avdevice.h"
|
||||
#include "libswscale/swscale.h"
|
||||
#include "libavcodec/audioconvert.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue