mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
cosmetics: Group FFmpeg definitions together in config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27368 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2c1616fb79
commit
2871b0b874
31
configure
vendored
31
configure
vendored
@ -8189,14 +8189,6 @@ $_def_sysi86_iv
|
||||
/* Define this if your system has pthreads */
|
||||
$_def_pthreads
|
||||
|
||||
/* Define this if you enabled thread support for libavcodec */
|
||||
$_def_threads
|
||||
#ifdef HAVE_THREADS
|
||||
#define ENABLE_THREADS 1
|
||||
#else
|
||||
#define ENABLE_THREADS 0
|
||||
#endif
|
||||
|
||||
/* LIRC (remote control, see www.lirc.org) support: */
|
||||
$_def_lirc
|
||||
|
||||
@ -8224,11 +8216,6 @@ $_def_dvdnav
|
||||
/* maximum alignment used by libmpeg2 */
|
||||
#define ATTRIBUTE_ALIGNED_MAX 16
|
||||
|
||||
/* Define this to enable image postprocessing in libavcodec (requires a FAST CPU!) */
|
||||
$_def_libpostproc
|
||||
$_def_libpostproc_a
|
||||
$_def_libpostproc_so
|
||||
|
||||
/* Win32 DLL support */
|
||||
$_def_win32dll
|
||||
#define WIN32_PATH "$_win32codecsdir"
|
||||
@ -8244,6 +8231,22 @@ $_def_quicktime
|
||||
/* Build our Win32-loader */
|
||||
$_def_win32_loader
|
||||
|
||||
/* FFmpeg */
|
||||
#define HAVE_SOCKLEN_T 1
|
||||
|
||||
/* Define this to enable image postprocessing in libavcodec (requires a FAST CPU!) */
|
||||
$_def_libpostproc
|
||||
$_def_libpostproc_a
|
||||
$_def_libpostproc_so
|
||||
|
||||
/* Define this if you enabled thread support for libavcodec */
|
||||
$_def_threads
|
||||
#ifdef HAVE_THREADS
|
||||
#define ENABLE_THREADS 1
|
||||
#else
|
||||
#define ENABLE_THREADS 0
|
||||
#endif
|
||||
|
||||
/* ffmpeg's libavcodec support (requires libavcodec source) */
|
||||
$_def_libavcodec
|
||||
$_def_libavcodec_a
|
||||
@ -8278,8 +8281,6 @@ $_def_muxers
|
||||
#define HAVE_EBP_AVAILABLE 1
|
||||
#endif
|
||||
|
||||
#define HAVE_SOCKLEN_T 1
|
||||
|
||||
#define CONFIG_GPL 1
|
||||
#define ENABLE_SMALL 0
|
||||
#define ENABLE_GRAY 0
|
||||
|
Loading…
Reference in New Issue
Block a user