Mercurial > mplayer.hg
comparison configure @ 18907:fe73d14fb7a9
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
author | nicodvb |
---|---|
date | Wed, 05 Jul 2006 20:26:39 +0000 |
parents | 1138e7091daa |
children | 2dc84d07332c |
comparison
equal
deleted
inserted
replaced
18906:7746b70a88d3 | 18907:fe73d14fb7a9 |
---|---|
6202 fi | 6202 fi |
6203 fi | 6203 fi |
6204 echores "$_libpostproc_so" | 6204 echores "$_libpostproc_so" |
6205 fi #if test "$_libpostproc" != yes ; then | 6205 fi #if test "$_libpostproc" != yes ; then |
6206 | 6206 |
6207 _def_libavutil='#undef USE_LIBAVUTIL' | |
6208 _def_libavutil_so='#undef USE_LIBAVUTIL_SO' | |
6209 if test "$_libavutil" = yes ; then | |
6210 _def_libavutil='#define USE_LIBAVUTIL 1' | |
6211 elif test "$_libavutil_so" = yes ; then | |
6212 _def_libavutil_so='#define USE_LIBAVUTIL_SO 1' | |
6213 fi | |
6214 | |
6207 _def_libavcodec='#undef USE_LIBAVCODEC' | 6215 _def_libavcodec='#undef USE_LIBAVCODEC' |
6208 _def_libavcodec_so='#undef USE_LIBAVCODEC_SO' | 6216 _def_libavcodec_so='#undef USE_LIBAVCODEC_SO' |
6209 _def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL' | 6217 _def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL' |
6210 if test "$_libavcodec" = yes ; then | 6218 if test "$_libavcodec" = yes ; then |
6211 _def_libavcodec='#define USE_LIBAVCODEC 1' | 6219 _def_libavcodec='#define USE_LIBAVCODEC 1' |
7861 /* ffmpeg's libavformat support (requires libavformat source) */ | 7869 /* ffmpeg's libavformat support (requires libavformat source) */ |
7862 $_def_libavformat | 7870 $_def_libavformat |
7863 $_def_libavformat_so | 7871 $_def_libavformat_so |
7864 $_def_libavformat_win32 | 7872 $_def_libavformat_win32 |
7865 | 7873 |
7874 $_def_libavutil | |
7875 $_def_libavutil_so | |
7876 | |
7866 /* Use libavcodec's decoders */ | 7877 /* Use libavcodec's decoders */ |
7867 #define CONFIG_DECODERS 1 | 7878 #define CONFIG_DECODERS 1 |
7868 /* Use libavcodec's encoders */ | 7879 /* Use libavcodec's encoders */ |
7869 #define CONFIG_ENCODERS 1 | 7880 #define CONFIG_ENCODERS 1 |
7870 | 7881 |