mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
Use fallback XAnim and Real codecs directories when autodetection is skipped.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21451 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
af70335917
commit
8413c966a8
4
configure
vendored
4
configure
vendored
@ -5966,11 +5966,11 @@ if test "$_xanim" = auto ; then
|
||||
_xanim=no
|
||||
_res_comment="dynamic loader support needed"
|
||||
if test "$_dl" = yes ; then
|
||||
test -z "$_xanimcodecsdir" && _xanimcodecsdir=$_codecsdir
|
||||
_xanim=yes
|
||||
fi
|
||||
fi
|
||||
if test "$_xanim" = yes ; then
|
||||
test -z "$_xanimcodecsdir" && _xanimcodecsdir=$_codecsdir
|
||||
_def_xanim='#define USE_XANIM 1'
|
||||
_def_xanim_path="#define XACODEC_PATH \"$_xanimcodecsdir\""
|
||||
_codecmodules="xanim $_codecmodules"
|
||||
@ -5989,11 +5989,11 @@ if test "$_real" = auto ; then
|
||||
_res_comment="dynamic loader support needed"
|
||||
if test "$_dl" = yes || test "$_win32" = yes &&
|
||||
(linux || freebsd || netbsd || win32 || darwin) ; then
|
||||
test -z "$_realcodecsdir" && _realcodecsdir="$_codecsdir"
|
||||
_real=yes
|
||||
fi
|
||||
fi
|
||||
if test "$_real" = yes ; then
|
||||
test -z "$_realcodecsdir" && _realcodecsdir="$_codecsdir"
|
||||
_def_real='#define USE_REALCODECS 1'
|
||||
_def_real_path="#define REALCODEC_PATH \"$_realcodecsdir\""
|
||||
_codecmodules="real $_codecmodules"
|
||||
|
Loading…
Reference in New Issue
Block a user