mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
Make configure output codec paths more consistently.
Patch by Nilmoni Deb <ndeb@ece.cmu.edu>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10279 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a41c0c31f
commit
4adbdaebd5
4
configure
vendored
4
configure
vendored
@ -4299,7 +4299,7 @@ if test "$_xanim" = auto ; then
|
||||
echores "no (dynamic loader support needed)"
|
||||
fi
|
||||
else
|
||||
echores "$_xanim"
|
||||
echores "$_xanim (using $_xanimlibdir)"
|
||||
fi
|
||||
if test "$_xanim" = yes ; then
|
||||
_def_xanim='#define USE_XANIM 1'
|
||||
@ -4343,7 +4343,7 @@ if test "$_real" = auto ; then
|
||||
echores "no (dynamic loader support needed)"
|
||||
fi
|
||||
else
|
||||
echores "$_real"
|
||||
echores "$_real (using $_reallibdir)"
|
||||
fi
|
||||
if test "$_real" = yes ; then
|
||||
_def_real='#define USE_REALCODECS 1'
|
||||
|
Loading…
Reference in New Issue
Block a user