Mercurial > mplayer.hg
comparison configure @ 28398:2bbf8aa094e2
Add a few more #defines for FFmpeg to config.h.
author | diego |
---|---|
date | Sun, 01 Feb 2009 13:13:15 +0000 |
parents | c36c89d774e7 |
children | 28406057a982 |
comparison
equal
deleted
inserted
replaced
28397:16063be69792 | 28398:2bbf8aa094e2 |
---|---|
8594 $_def_pthreads | 8594 $_def_pthreads |
8595 $_def_threads | 8595 $_def_threads |
8596 $_def_yasm | 8596 $_def_yasm |
8597 | 8597 |
8598 #define CONFIG_FASTDIV 0 | 8598 #define CONFIG_FASTDIV 0 |
8599 #define CONFIG_FFSERVER 0 | |
8599 #define CONFIG_GPL 1 | 8600 #define CONFIG_GPL 1 |
8601 #define CONFIG_HARDCODED_TABLES 0 | |
8602 #define CONFIG_POSIX_MEMALIGN 0 | |
8600 #define CONFIG_POWERPC_PERF 0 | 8603 #define CONFIG_POWERPC_PERF 0 |
8601 #define CONFIG_SMALL 0 | 8604 #define CONFIG_SMALL 0 |
8602 #define CONFIG_SWSCALE 1 | 8605 #define CONFIG_SWSCALE 1 |
8603 #define CONFIG_GRAY 0 | 8606 #define CONFIG_GRAY 0 |
8607 | |
8608 #define HAVE_POLL_H 1 | |
8604 | 8609 |
8605 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ | 8610 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ |
8606 #define CONFIG_AANDCT 1 | 8611 #define CONFIG_AANDCT 1 |
8607 #define CONFIG_FFT 1 | 8612 #define CONFIG_FFT 1 |
8608 #define CONFIG_GOLOMB 1 | 8613 #define CONFIG_GOLOMB 1 |