[MPlayer-cvslog] r21962 - trunk/libmpcodecs/ae_lavc.c
nicodvb
subversion at mplayerhq.hu
Fri Jan 19 02:19:03 CET 2007
Author: nicodvb
Date: Fri Jan 19 02:19:02 2007
New Revision: 21962
Modified:
trunk/libmpcodecs/ae_lavc.c
Log:
include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
Modified: trunk/libmpcodecs/ae_lavc.c
==============================================================================
--- trunk/libmpcodecs/ae_lavc.c (original)
+++ trunk/libmpcodecs/ae_lavc.c Fri Jan 19 02:19:02 2007
@@ -31,10 +31,11 @@
#if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO)
#ifdef USE_LIBAVFORMAT_SO
#include <ffmpeg/avformat.h>
+#include <ffmpeg/riff.h>
#else
#include "libavformat/avformat.h"
-#endif
#include "libavformat/riff.h"
+#endif
extern const CodecTag mp_wav_tags[];
#endif
More information about the MPlayer-cvslog
mailing list