comparison libvo/vo_md5sum.c @ 18908:e11fcd7d223c

inclusion of md5.c based on USE_LIBAVUTIL_SO
author nicodvb
date Wed, 05 Jul 2006 20:28:34 +0000
parents 21f45afa0f87
children a943bc3f26c8
comparison
equal deleted inserted replaced
18907:fe73d14fb7a9 18908:e11fcd7d223c
37 #include "mp_msg.h" 37 #include "mp_msg.h"
38 #include "video_out.h" 38 #include "video_out.h"
39 #include "video_out_internal.h" 39 #include "video_out_internal.h"
40 #include "mplayer.h" /* for exit_player() */ 40 #include "mplayer.h" /* for exit_player() */
41 #include "help_mp.h" 41 #include "help_mp.h"
42 #ifdef USE_LIBAVUTIL_SO
43 #include "ffmpeg/md5.h"
44 #else
42 #include "libavutil/md5.h" 45 #include "libavutil/md5.h"
46 #endif
43 47
44 /* ------------------------------------------------------------------------- */ 48 /* ------------------------------------------------------------------------- */
45 49
46 /* Defines */ 50 /* Defines */
47 51