mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
libavformat support for windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12179 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
275dd2cf8c
commit
c526173ede
5
configure
vendored
5
configure
vendored
@ -5095,10 +5095,14 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
_def_libavformat='#undef USE_LIBAVFORMAT'
|
_def_libavformat='#undef USE_LIBAVFORMAT'
|
||||||
|
_def_libavformat_win32='#undef CONFIG_WIN32'
|
||||||
if test "$_libavformat" = yes ; then
|
if test "$_libavformat" = yes ; then
|
||||||
_def_libavformat='#define USE_LIBAVFORMAT 1'
|
_def_libavformat='#define USE_LIBAVFORMAT 1'
|
||||||
_ld_libavformat='libavformat/libavformat.a'
|
_ld_libavformat='libavformat/libavformat.a'
|
||||||
_dep_libavformat='libavformat/libavformat.a'
|
_dep_libavformat='libavformat/libavformat.a'
|
||||||
|
if mingw32 || cygwin ; then
|
||||||
|
_def_libavformat_win32='#define CONFIG_WIN32 1'
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echocheck "libdv-0.9.5+"
|
echocheck "libdv-0.9.5+"
|
||||||
@ -6296,6 +6300,7 @@ $_def_libavcodecso
|
|||||||
|
|
||||||
/* ffmpeg's libavformat support (requires libavformat source) */
|
/* ffmpeg's libavformat support (requires libavformat source) */
|
||||||
$_def_libavformat
|
$_def_libavformat
|
||||||
|
$_def_libavformat_win32
|
||||||
|
|
||||||
/* risky codecs */
|
/* risky codecs */
|
||||||
#define CONFIG_RISKY 1
|
#define CONFIG_RISKY 1
|
||||||
|
Loading…
Reference in New Issue
Block a user