Mercurial > mplayer.hg
comparison configure @ 3659:f9f3a1d399fd
compile encoders in libavcodec too
author | alex |
---|---|
date | Sat, 22 Dec 2001 15:14:10 +0000 |
parents | 8d317f1aeafe |
children | 6bf3f49fd65c |
comparison
equal
deleted
inserted
replaced
3658:a3b5057e53cf | 3659:f9f3a1d399fd |
---|---|
2840 $_def_libavcodec | 2840 $_def_libavcodec |
2841 $_def_libavcodecso | 2841 $_def_libavcodecso |
2842 | 2842 |
2843 /* use only decoders from libavcodec: */ | 2843 /* use only decoders from libavcodec: */ |
2844 #define CONFIG_DECODERS 1 | 2844 #define CONFIG_DECODERS 1 |
2845 #define CONFIG_ENCODERS 1 | |
2845 | 2846 |
2846 /* XAnim DLL support */ | 2847 /* XAnim DLL support */ |
2847 $_def_xanim | 2848 $_def_xanim |
2848 $_def_xanim_path | 2849 $_def_xanim_path |
2849 | 2850 |