From e006c307fe98ebf76b7f7f41430b299ec5cb72c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Petten=C3=B2?= 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/wav.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/wav.c') diff --git a/libavformat/wav.c b/libavformat/wav.c index b53cee133a..8bf21ad716 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" +#include "allformats.h" #include "avi.h" const CodecTag codec_wav_tags[] = { -- cgit v1.2.1