Mercurial > mplayer.hg
comparison configure @ 12178:4a3a984b2fb4
libavformat support for windows
author | faust3 |
---|---|
date | Mon, 12 Apr 2004 16:39:26 +0000 |
parents | 77ff303c0eaa |
children | 97bbb47c0a04 |
comparison
equal
deleted
inserted
replaced
12177:aef2ccd0c23f | 12178:4a3a984b2fb4 |
---|---|
5093 else | 5093 else |
5094 _nocodecmodules="libavcodec $_nocodecmodules" | 5094 _nocodecmodules="libavcodec $_nocodecmodules" |
5095 fi | 5095 fi |
5096 | 5096 |
5097 _def_libavformat='#undef USE_LIBAVFORMAT' | 5097 _def_libavformat='#undef USE_LIBAVFORMAT' |
5098 _def_libavformat_win32='#undef CONFIG_WIN32' | |
5098 if test "$_libavformat" = yes ; then | 5099 if test "$_libavformat" = yes ; then |
5099 _def_libavformat='#define USE_LIBAVFORMAT 1' | 5100 _def_libavformat='#define USE_LIBAVFORMAT 1' |
5100 _ld_libavformat='libavformat/libavformat.a' | 5101 _ld_libavformat='libavformat/libavformat.a' |
5101 _dep_libavformat='libavformat/libavformat.a' | 5102 _dep_libavformat='libavformat/libavformat.a' |
5103 if mingw32 || cygwin ; then | |
5104 _def_libavformat_win32='#define CONFIG_WIN32 1' | |
5105 fi | |
5102 fi | 5106 fi |
5103 | 5107 |
5104 echocheck "libdv-0.9.5+" | 5108 echocheck "libdv-0.9.5+" |
5105 if test "$_libdv" = auto ; then | 5109 if test "$_libdv" = auto ; then |
5106 _libdv=no | 5110 _libdv=no |
6294 $_def_libavcodec | 6298 $_def_libavcodec |
6295 $_def_libavcodecso | 6299 $_def_libavcodecso |
6296 | 6300 |
6297 /* ffmpeg's libavformat support (requires libavformat source) */ | 6301 /* ffmpeg's libavformat support (requires libavformat source) */ |
6298 $_def_libavformat | 6302 $_def_libavformat |
6303 $_def_libavformat_win32 | |
6299 | 6304 |
6300 /* risky codecs */ | 6305 /* risky codecs */ |
6301 #define CONFIG_RISKY 1 | 6306 #define CONFIG_RISKY 1 |
6302 | 6307 |
6303 /* Use libavcodec's decoders */ | 6308 /* Use libavcodec's decoders */ |