Mercurial > mplayer.hg
changeset 18908:e11fcd7d223c
inclusion of md5.c based on USE_LIBAVUTIL_SO
author | nicodvb |
---|---|
date | Wed, 05 Jul 2006 20:28:34 +0000 |
parents | fe73d14fb7a9 |
children | 7f23ec00eb17 |
files | libvo/vo_md5sum.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_md5sum.c Wed Jul 05 20:26:39 2006 +0000 +++ b/libvo/vo_md5sum.c Wed Jul 05 20:28:34 2006 +0000 @@ -39,7 +39,11 @@ #include "video_out_internal.h" #include "mplayer.h" /* for exit_player() */ #include "help_mp.h" +#ifdef USE_LIBAVUTIL_SO +#include "ffmpeg/md5.h" +#else #include "libavutil/md5.h" +#endif /* ------------------------------------------------------------------------- */