Commit 76d908b3 authored by Martin Storsjö's avatar Martin Storsjö

Include lavu headers using quotes instead of angle brackets

Originally committed as revision 24315 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2b18c451
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "network.h" #include "network.h"
#include "rtsp.h" #include "rtsp.h"
#include "internal.h" #include "internal.h"
#include <libavutil/intreadwrite.h> #include "libavutil/intreadwrite.h"
static int rtsp_write_record(AVFormatContext *s) static int rtsp_write_record(AVFormatContext *s)
{ {
......
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