mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 23:51:49 +00:00
inclusion of md5.c based on USE_LIBAVUTIL_SO
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18913 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
112705e856
commit
2140d21afb
@ -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
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user