diff rtp.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 48b1d0b70e09
children 89030c7e2fa7
line wrap: on
line diff
--- a/rtp.h	Sat Jun 16 14:52:05 2007 +0000
+++ b/rtp.h	Sat Jun 16 22:59:13 2007 +0000
@@ -21,6 +21,9 @@
 #ifndef RTP_H
 #define RTP_H
 
+#include "avcodec.h"
+#include "avformat.h"
+
 #define RTP_MIN_PACKET_LENGTH 12
 #define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */