From e94204dfd88b80c21f8756ea354dc12e1c4b206e Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 30 Aug 2010 21:17:34 +0000 Subject: move pcm demuxers to their own file Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oma.c') diff --git a/libavformat/oma.c b/libavformat/oma.c index a47fde02f9..cdf11067e7 100644 --- a/libavformat/oma.c +++ b/libavformat/oma.c @@ -45,7 +45,7 @@ #include "avformat.h" #include "libavutil/intreadwrite.h" -#include "raw.h" +#include "pcm.h" #include "riff.h" #include "id3v2.h" -- cgit v1.2.3