From ffabdaa14a09bfdce0aa2fc84599bf732d72e44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 8 Mar 2010 00:26:54 +0000 Subject: [PATCH] ffserver: remove bogus comment Originally committed as revision 22303 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffserver.c b/ffserver.c index d7e4def6d4..e6b8034702 100644 --- a/ffserver.c +++ b/ffserver.c @@ -28,7 +28,6 @@ #include #include #include -/* avformat.h defines LIBAVFORMAT_BUILD, include it before all the other libav* headers which use it */ #include "libavformat/avformat.h" #include "libavformat/network.h" #include "libavformat/os_support.h"