Mercurial > mplayer.hg
comparison configure @ 1515:624c9d5dad20
Use the standard mplayer config test for finding libraries, so that it can
find -laa in non-standard places and for supporting systems with a shared
libaa.so
author | jkeil |
---|---|
date | Tue, 14 Aug 2001 14:34:27 +0000 (2001-08-14) |
parents | f29e0c2bb675 |
children | 0e9c29538a86 |
comparison
equal
deleted
inserted
replaced
1514:16aae598fa50 | 1515:624c9d5dad20 |
---|---|
753 fi | 753 fi |
754 fi | 754 fi |
755 fi | 755 fi |
756 | 756 |
757 | 757 |
758 _aa=no | |
759 if test -s "/usr/local/lib/libaa.a" || test -s "/usr/lib/libaa.a" ; then | |
760 _aa=yes | |
761 fi | |
762 | |
763 # Atmosfear: added libcss autodetect | 758 # Atmosfear: added libcss autodetect |
764 _css=no | 759 _css=no |
765 if test -s "/usr/local/lib/libcss.so" ; then | 760 if test -s "/usr/local/lib/libcss.so" ; then |
766 _csslibdir="/usr/local/lib/" | 761 _csslibdir="/usr/local/lib/" |
767 if test -s "/usr/local/include/css.h" ; then | 762 if test -s "/usr/local/include/css.h" ; then |
776 _css=yes | 771 _css=yes |
777 fi | 772 fi |
778 fi | 773 fi |
779 fi | 774 fi |
780 | 775 |
776 | |
777 _aa=no | |
778 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -laa > /dev/null 2>&1 && _aa=yes | |
779 | |
781 _divx4linux=no | 780 _divx4linux=no |
782 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ldivxdecore > /dev/null 2>&1 && _divx4linux=yes | 781 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ldivxdecore > /dev/null 2>&1 && _divx4linux=yes |
783 | 782 |
784 _termcap=no | 783 _termcap=no |
785 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ltermcap > /dev/null 2>&1 && _termcap=yes | 784 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ltermcap > /dev/null 2>&1 && _termcap=yes |
786 | 785 |
787 _png=no | 786 _png=no |
788 $_cc $_extraincdir $_extralibdir $_extraincdir $_extralibdir $TMPC -o $TMPO -lpng -lz -lm > /dev/null 2>&1 && _png=yes | 787 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lpng -lz -lm > /dev/null 2>&1 && _png=yes |
789 | 788 |
790 _ggi=no | 789 _ggi=no |
791 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lggi > /dev/null 2>&1 && _ggi=yes | 790 $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lggi > /dev/null 2>&1 && _ggi=yes |
792 | 791 |
793 _kstat=no | 792 _kstat=no |