Mercurial > mplayer.hg
comparison configure @ 9155:d49d15271b99
CONFIG_RISKY
author | michael |
---|---|
date | Wed, 29 Jan 2003 12:16:18 +0000 |
parents | 72d97f7e56ec |
children | 67474c57719e |
comparison
equal
deleted
inserted
replaced
9154:72d97f7e56ec | 9155:d49d15271b99 |
---|---|
4781 STREAMING_LIVE_DOT_COM = $_live | 4781 STREAMING_LIVE_DOT_COM = $_live |
4782 STREAMING_LIB = $_ld_streaming $_ld_live | 4782 STREAMING_LIB = $_ld_streaming $_ld_live |
4783 VIDIX = $_vidix | 4783 VIDIX = $_vidix |
4784 PP_LIB = $_ld_pp | 4784 PP_LIB = $_ld_pp |
4785 SHARED_PP = $_shared_pp | 4785 SHARED_PP = $_shared_pp |
4786 CONFIG_RISKY = yes | |
4786 LIBMENU = $_menu | 4787 LIBMENU = $_menu |
4787 | 4788 |
4788 OPENDIVX = $_opendivx | 4789 OPENDIVX = $_opendivx |
4789 | 4790 |
4790 UNRARLIB = $_unrarlib | 4791 UNRARLIB = $_unrarlib |
5093 | 5094 |
5094 /* ffmpeg's libavcodec support (requires libavcodec source) */ | 5095 /* ffmpeg's libavcodec support (requires libavcodec source) */ |
5095 $_def_libavcodec | 5096 $_def_libavcodec |
5096 $_def_libavcodecso | 5097 $_def_libavcodecso |
5097 | 5098 |
5099 /* risky codecs */ | |
5100 #define CONFIG_RISKY 1 | |
5101 | |
5098 /* Use libavcodec's decoders */ | 5102 /* Use libavcodec's decoders */ |
5099 #define CONFIG_DECODERS 1 | 5103 #define CONFIG_DECODERS 1 |
5100 /* Use libavcodec's encoders */ | 5104 /* Use libavcodec's encoders */ |
5101 #define CONFIG_ENCODERS 1 | 5105 #define CONFIG_ENCODERS 1 |
5102 | 5106 |