summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2007-10-29 09:15:35 +0000
committerLuca Abeni <lucabe72@email.it>2007-10-29 09:15:35 +0000
commitc971ff1977c6fc1e1974525edc7e2d96d96da188 (patch)
treed95a7376a1dee1474dfee1e10c6ca10cb7f03fa5 /ffserver.c
parentc1a4cdf9bfa2ecb1a88979226298fba47a80c369 (diff)
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffserver.c b/ffserver.c
index 94c565a026..96b298795d 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -26,6 +26,8 @@
#include <string.h>
#include <stdlib.h>
#include "avformat.h"
+#include "rtsp.h"
+#include "rtp.h"
#include <stdarg.h>
#include <unistd.h>