1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

Add a few more #defines for FFmpeg to config.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28433 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-01 13:13:15 +00:00
parent 1fdc384119
commit 85eac18b0a

5
configure vendored
View File

@ -8596,12 +8596,17 @@ $_def_threads
$_def_yasm
#define CONFIG_FASTDIV 0
#define CONFIG_FFSERVER 0
#define CONFIG_GPL 1
#define CONFIG_HARDCODED_TABLES 0
#define CONFIG_POSIX_MEMALIGN 0
#define CONFIG_POWERPC_PERF 0
#define CONFIG_SMALL 0
#define CONFIG_SWSCALE 1
#define CONFIG_GRAY 0
#define HAVE_POLL_H 1
/* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
#define CONFIG_AANDCT 1
#define CONFIG_FFT 1