mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
fixed DGA detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3218 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d54570b7bd
commit
8fcd3db94f
3
configure
vendored
3
configure
vendored
@ -1473,11 +1473,12 @@ _def_dga='#undef HAVE_DGA'
|
||||
_def_dga2='#undef HAVE_DGA2'
|
||||
if test "$_dga" = 1 ; then
|
||||
_def_dga='#define HAVE_DGA 1'
|
||||
_ld_dga='-lXxf86dga -lXxf86vm'
|
||||
_ld_dga='-lXxf86dga'
|
||||
_vosrc="$_vosrc vo_dga.c"
|
||||
_vomodules="dga $_vomodules"
|
||||
echores "using DGA 1.0"
|
||||
elif test "$_dga" = 2 ; then
|
||||
_def_dga='#define HAVE_DGA 1'
|
||||
_def_dga2='#define HAVE_DGA2 1'
|
||||
_ld_dga='-lXxf86dga'
|
||||
_vosrc="$_vosrc vo_dga.c"
|
||||
|
Loading…
Reference in New Issue
Block a user