mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
vo_vesa support. Should be written better.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2243 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d9c6d781f0
commit
e7e64459a2
9
configure
vendored
9
configure
vendored
@ -2230,6 +2230,11 @@ else
|
|||||||
_debugdef='#undef MP_DEBUG'
|
_debugdef='#undef MP_DEBUG'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$system_name" = "Linux" ; then
|
||||||
|
_linux_def='#define TARGET_LINUX'
|
||||||
|
else
|
||||||
|
_linux_def='#undef TARGET_LINUX'
|
||||||
|
fi
|
||||||
echo
|
echo
|
||||||
echo "Creating $MCONF"
|
echo "Creating $MCONF"
|
||||||
cat > $MCONF << EOF
|
cat > $MCONF << EOF
|
||||||
@ -2237,7 +2242,7 @@ cat > $MCONF << EOF
|
|||||||
# -------- Generated by ./configure -----------
|
# -------- Generated by ./configure -----------
|
||||||
|
|
||||||
LANG=C
|
LANG=C
|
||||||
|
TARGET_OS=$system_name
|
||||||
prefix = $_prefix
|
prefix = $_prefix
|
||||||
AR=ar
|
AR=ar
|
||||||
CC=$_cc
|
CC=$_cc
|
||||||
@ -2433,6 +2438,8 @@ $_confwin32
|
|||||||
/* Define this to any prefered value from 386 up to infinity with step 100 */
|
/* Define this to any prefered value from 386 up to infinity with step 100 */
|
||||||
#define __CPU__ $iproc
|
#define __CPU__ $iproc
|
||||||
|
|
||||||
|
$_linux_def
|
||||||
|
|
||||||
#ifdef sun
|
#ifdef sun
|
||||||
#define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0"
|
#define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0"
|
||||||
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
|
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE
|
||||||
|
Loading…
Reference in New Issue
Block a user