1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

libdvdread desc.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1619 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2001-08-22 08:51:19 +00:00
parent 789ecb9343
commit 2759b5262b
2 changed files with 20 additions and 2 deletions

22
configure vendored
View File

@ -6,6 +6,9 @@
#
# Changes in reversed order:
#
# 2001/08/22 by Nick Kurshev
# - added autodetection of local language
#
# 2001/07/31 by Steve Davies
# - added --enable-largefiles
#
@ -326,7 +329,7 @@ EOF
# config files
CCONF='config.h'
MCONF='config.mak'
CHELP='help_mp.h'
# --- Check for C compiler:
if [ "$_x11libdir" = "" ]; then
@ -725,7 +728,17 @@ esac
# ---
# Checking for localization ...
if test -z "$LINGUAS"; then
LINGUAS="en"
fi
echo Checking for language ... "$LINGUAS"
_mp_help="help_mp-"$LINGUAS".h"
if test ! -e "$_mp_help"; then
LINGUAS="en"
_mp_help="help_mp-"$LINGUAS".h"
fi
echo Using ... "$_mp_help" file
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lvgagl -lvga > /dev/null 2>&1 && _svga=yes
@ -2145,6 +2158,11 @@ instead of make.
EOF
echo Creating $CHELP
cat > $CHELP << EOF
#include "$_mp_help"
EOF
if [ $_mtrr = yes ]; then
echo "Please check mtrr settings at /proc/mtrr (see DOCS/MTRR)"
echo