diff allformats.c @ 1142:e3a585883bbd libavformat

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
author gpoirier
date Fri, 30 Jun 2006 07:41:25 +0000
parents 3aeb079a7e74
children 95054d76b7e6
line wrap: on
line diff
--- a/allformats.c	Thu Jun 29 19:42:34 2006 +0000
+++ b/allformats.c	Fri Jun 30 07:41:25 2006 +0000
@@ -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 */