Mercurial > mplayer.hg
comparison configure @ 4561:b3b2fc48b045
finished making vesa optional
author | rfelker |
---|---|
date | Thu, 07 Feb 2002 02:29:55 +0000 |
parents | aa349785b8d3 |
children | d14f1bc66a74 |
comparison
equal
deleted
inserted
replaced
4560:aa349785b8d3 | 4561:b3b2fc48b045 |
---|---|
1926 | 1926 |
1927 | 1927 |
1928 if test "$_vesa" != no ; then | 1928 if test "$_vesa" != no ; then |
1929 echocheck "VESA support" | 1929 echocheck "VESA support" |
1930 if x86 && linux ; then | 1930 if x86 && linux ; then |
1931 _def_vesa='#define HAVE_VESA 1' | |
1931 _vosrc="$_vosrc vo_vesa.c vesa_lvo.c" | 1932 _vosrc="$_vosrc vo_vesa.c vesa_lvo.c" |
1932 _vomodules="vesa $_vomodules" | 1933 _vomodules="vesa $_vomodules" |
1933 echores "yes" | 1934 echores "yes" |
1934 else | 1935 else |
1936 _def_vesa='#undef HAVE_VESA' | |
1935 echores "no (not supported on this OS/architecture)" | 1937 echores "no (not supported on this OS/architecture)" |
1936 fi | 1938 fi |
1939 _def_vesa='#undef HAVE_VESA' | |
1937 fi | 1940 fi |
1938 | 1941 |
1939 | 1942 |
1940 ################# | 1943 ################# |
1941 # VIDEO + AUDIO # | 1944 # VIDEO + AUDIO # |
3276 $_def_fbdev | 3279 $_def_fbdev |
3277 $_def_fbdev_nocopy | 3280 $_def_fbdev_nocopy |
3278 $_def_dxr3 | 3281 $_def_dxr3 |
3279 $_def_dvb | 3282 $_def_dvb |
3280 $_def_svga | 3283 $_def_svga |
3284 $_def_vesa | |
3281 $_def_xdpms | 3285 $_def_xdpms |
3282 $_def_aa | 3286 $_def_aa |
3283 | 3287 |
3284 /* used by GUI: */ | 3288 /* used by GUI: */ |
3285 $_def_xshape | 3289 $_def_xshape |