diff libmpdemux/muxer_lavf.c @ 17354:60189cd9bbc8

added support for external libavformat
author nicodvb
date Mon, 09 Jan 2006 19:35:44 +0000
parents c3893e949327
children 92a9690cc3e2
line wrap: on
line diff
--- a/libmpdemux/muxer_lavf.c	Mon Jan 09 15:44:15 2006 +0000
+++ b/libmpdemux/muxer_lavf.c	Mon Jan 09 19:35:44 2006 +0000
@@ -17,7 +17,11 @@
 #include "demuxer.h"
 #include "stheader.h"
 #include "m_option.h"
+#ifdef USE_LIBAVFORMAT_SO
+#include <ffmpeg/avformat.h>
+#else
 #include "avformat.h"
+#endif
 
 extern unsigned int codec_get_wav_tag(int id);
 extern enum CodecID codec_get_bmp_id(unsigned int tag);