summaryrefslogtreecommitdiff
path: root/libavformat/sol.c
diff options
context:
space:
mode:
authorDiego Pettenò <flameeyes@gmail.com>2006-06-30 07:41:25 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-06-30 07:41:25 +0000
commite006c307fe98ebf76b7f7f41430b299ec5cb72c7 (patch)
tree99169f563cf8be6d0136f2749dbc1ea78b45c516 /libavformat/sol.c
parentf2508b1712b82827e69032fc5e53c4458a4f5ccd (diff)
Move initialisations and internal symbols in allformats.h,
patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 2:07 AM Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h Originally committed as revision 5556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/sol.c')
-rw-r--r--libavformat/sol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/sol.c b/libavformat/sol.c
index 078b826009..27ea5195c9 100644
--- a/libavformat/sol.c
+++ b/libavformat/sol.c
@@ -22,6 +22,7 @@
*/
#include "avformat.h"
+#include "allformats.h"
#include "avi.h"
#include "bswap.h"