mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +00:00
CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23105 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6f054a0afd
commit
f9f58e22e0
4
configure
vendored
4
configure
vendored
@ -8190,8 +8190,8 @@ $_def_libavutil_so
|
|||||||
$_def_muxers
|
$_def_muxers
|
||||||
|
|
||||||
/* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
|
/* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
|
||||||
#define CONFIG_EBX_AVAILABLE 1
|
#define HAVE_EBX_AVAILABLE 1
|
||||||
#define CONFIG_EBP_AVAILABLE 1
|
#define HAVE_EBP_AVAILABLE 1
|
||||||
|
|
||||||
#define CONFIG_GPL 1
|
#define CONFIG_GPL 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user