Mercurial > mplayer.hg
diff configure @ 30148:517a800e940e
Modify -vo direct3d so we do not have to link against d3d9.dll, it might
not be available on some rare systems.
Based on patch used for builds by Gianluigi Tiesi [sherpya netfarm it]
author | reimar |
---|---|
date | Sun, 03 Jan 2010 17:00:51 +0000 |
parents | cc26cc1865ee |
children | 772664b337f6 |
line wrap: on
line diff
--- a/configure Sun Jan 03 16:51:56 2010 +0000 +++ b/configure Sun Jan 03 17:00:51 2010 +0000 @@ -5334,11 +5334,10 @@ int main(void) { return 0; } EOF _direct3d=no - cc_check -ld3d9 && _direct3d=yes + cc_check && _direct3d=yes fi if test "$_direct3d" = yes ; then def_direct3d='#define CONFIG_DIRECT3D 1' - libs_mplayer="$libs_mplayer -ld3d9" _vomodules="direct3d $_vomodules" else def_direct3d='#undef CONFIG_DIRECT3D'