comparison configure @ 23116:7008af009c45

Remove unused libavformat #define.
author diego
date Thu, 26 Apr 2007 12:59:57 +0000
parents 66366cb13021
children 1f11bc1afc2f
comparison
equal deleted inserted replaced
23115:66366cb13021 23116:7008af009c45
6259 fi 6259 fi
6260 fi 6260 fi
6261 _libavformat=no 6261 _libavformat=no
6262 _def_libavformat='#undef USE_LIBAVFORMAT' 6262 _def_libavformat='#undef USE_LIBAVFORMAT'
6263 _def_libavformat_so='#undef USE_LIBAVFORMAT_SO' 6263 _def_libavformat_so='#undef USE_LIBAVFORMAT_SO'
6264 _def_libavformat_win32='#undef CONFIG_WIN32'
6265 test "$_libavformat_a" = yes || test "$_libavformat_so" = yes && _libavformat=yes 6264 test "$_libavformat_a" = yes || test "$_libavformat_so" = yes && _libavformat=yes
6266 test "$_libavformat_a" = yes && _def_libavformat='#define USE_LIBAVFORMAT 1' 6265 test "$_libavformat_a" = yes && _def_libavformat='#define USE_LIBAVFORMAT 1'
6267 test "$_libavformat_so" = yes \ 6266 test "$_libavformat_so" = yes \
6268 && _def_libavformat_so='#define USE_LIBAVFORMAT_SO 1' 6267 && _def_libavformat_so='#define USE_LIBAVFORMAT_SO 1'
6269 fi 6268 fi
6270 win32 && _def_libavformat_win32='#define CONFIG_WIN32 1'
6271 echores "$_libavformat" 6269 echores "$_libavformat"
6272 6270
6273 echocheck "FFmpeg libpostproc" 6271 echocheck "FFmpeg libpostproc"
6274 if test "$_libpostproc_a" = auto ; then 6272 if test "$_libpostproc_a" = auto ; then
6275 _libpostproc_a=no 6273 _libpostproc_a=no
8091 $_def_libavcodec_mpegaudio_hp 8089 $_def_libavcodec_mpegaudio_hp
8092 8090
8093 /* ffmpeg's libavformat support (requires libavformat source) */ 8091 /* ffmpeg's libavformat support (requires libavformat source) */
8094 $_def_libavformat 8092 $_def_libavformat
8095 $_def_libavformat_so 8093 $_def_libavformat_so
8096 $_def_libavformat_win32
8097 8094
8098 $_def_libavutil 8095 $_def_libavutil
8099 $_def_libavutil_so 8096 $_def_libavutil_so
8100 8097
8101 /* Use libavcodec's decoders */ 8098 /* Use libavcodec's decoders */