From e006c307fe98ebf76b7f7f41430b299ec5cb72c7 Mon Sep 17 00:00:00 2001 From: Diego Pettenò Date: Fri, 30 Jun 2006 07:41:25 +0000 Subject: 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 --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 68eef85a10..a567d7a610 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" +#include "allformats.h" /* If you do not call this function, then you can select exactly which formats you want to support */ -- cgit v1.2.3