Include libavformat/avformat.h before all the other libav* headers.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 13 Jan 2009 23:36:06 +0000 (23:36 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 13 Jan 2009 23:36:06 +0000 (23:36 +0000)
commit959da985b03570cfe7d239c0ba6d550ecb04c460
tree31266eefb85a4a29461ec5127e8b493af85b4028
parent17bdc2903933cdd5c89f6bf02d6bd8fbd442d3e7
Include libavformat/avformat.h before all the other libav* headers.
This is safer since they may use the symbol LIBAVFORMAT_BUILD defined
in avformat.h.

Originally committed as revision 16589 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c