changeset 6276:7b5409abbf32 libavformat

Include lavu headers using quotes instead of angle brackets
author mstorsjo
date Sun, 18 Jul 2010 20:30:33 +0000
parents 287072e5227b
children 8659c871d021
files rtspenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtspenc.c	Sun Jul 18 20:19:08 2010 +0000
+++ b/rtspenc.c	Sun Jul 18 20:30:33 2010 +0000
@@ -28,7 +28,7 @@
 #include "network.h"
 #include "rtsp.h"
 #include "internal.h"
-#include <libavutil/intreadwrite.h>
+#include "libavutil/intreadwrite.h"
 
 static int rtsp_write_record(AVFormatContext *s)
 {