Mercurial > mplayer.hg
changeset 14:f9f230786958
DGA library added
author | arpi_esp |
---|---|
date | Tue, 27 Feb 2001 01:09:22 +0000 |
parents | 36314c7bda8d |
children | 2184c8945d42 |
files | configure |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Feb 27 01:08:44 2001 +0000 +++ b/configure Tue Feb 27 01:09:22 2001 +0000 @@ -500,6 +500,11 @@ _sdllib='-lSDL -lpthread' fi +if [ $_dga = yes ]; then + _dgalib='-lXxf86dga' +fi + + if [ "$_termcap" = "yes" ]; then _termcap='#define USE_TERMCAP' _libtermcap='-ltermcap' @@ -534,8 +539,8 @@ CC=gcc # OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -fomit-frame-pointer -ffast-math OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -ffast-math -# LIBS=-L/usr/lib -L/usr/local/lib $_x11libdir $_gllib $_sdllib $_x11lib $_xvlib -X_LIBS=$_x11libdir $_gllib $_sdllib $_x11lib $_xvlib +# LIBS=-L/usr/lib -L/usr/local/lib $_x11libdir $_gllib $_sdllib $_dgalib $_x11lib $_xvlib +X_LIBS=$_x11libdir $_gllib $_sdllib $_dgalib $_x11lib $_xvlib TERMCAP_LIB=$_libtermcap XMM_LIBS = $_xmmplibs LIRC_LIBS = $_lirclibs