comparison configure @ 2751:69a77510f0eb

FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec found
author pl
date Tue, 06 Nov 2001 19:51:15 +0000
parents 1438574ccdc3
children b7eb3840b134
comparison
equal deleted inserted replaced
2750:9ef09e232505 2751:69a77510f0eb
1997 if test "$_libavcodec" = yes ; then 1997 if test "$_libavcodec" = yes ; then
1998 _lavclib='-Llibavcodec -lavcodec' 1998 _lavclib='-Llibavcodec -lavcodec'
1999 _lavcdep='libavcodec/libavcodec.a' 1999 _lavcdep='libavcodec/libavcodec.a'
2000 _libavcodec='#define USE_LIBAVCODEC' 2000 _libavcodec='#define USE_LIBAVCODEC'
2001 _libavcodecso='#undef USE_LIBAVCODEC_SO' 2001 _libavcodecso='#undef USE_LIBAVCODEC_SO'
2002 _ffpostprocess='#define FF_POSTPROCESS'
2002 else 2003 else
2003 if test "$_libavcodec_so" = yes ; then 2004 if test "$_libavcodec_so" = yes ; then
2004 _lavclib='-lffmpeg' 2005 _lavclib='-lffmpeg'
2005 _lavcdep='' 2006 _lavcdep=''
2006 _libavcodec='#define USE_LIBAVCODEC' 2007 _libavcodec='#define USE_LIBAVCODEC'
2007 _libavcodecso='#define USE_LIBAVCODEC_SO' 2008 _libavcodecso='#define USE_LIBAVCODEC_SO'
2009 _ffpostprocess='#define FF_POSTPROCESS'
2008 else 2010 else
2009 _lavclib='' 2011 _lavclib=''
2010 _lavcdep='' 2012 _lavcdep=''
2011 _libavcodec='#undef USE_LIBAVCODEC' 2013 _libavcodec='#undef USE_LIBAVCODEC'
2012 _libavcodecso='#undef USE_LIBAVCODEC' 2014 _libavcodecso='#undef USE_LIBAVCODEC'
2015 _ffpostprocess='#undef FF_POSTPROCESS'
2013 fi 2016 fi
2014 fi 2017 fi
2015 2018
2016 if test "$_fastmemcpy" = yes ; then 2019 if test "$_fastmemcpy" = yes ; then
2017 _fastmemcpy='#define USE_FASTMEMCPY' 2020 _fastmemcpy='#define USE_FASTMEMCPY'
2651 2654
2652 /* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */ 2655 /* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */
2653 #define MPEG12_POSTPROC 2656 #define MPEG12_POSTPROC
2654 2657
2655 /* Define this to enable image postprocessing in libavcodec (requires FAST cpu!) */ 2658 /* Define this to enable image postprocessing in libavcodec (requires FAST cpu!) */
2656 #define FF_POSTPROCESS 2659 $_ffpostprocess
2657 2660
2658 #define HAVE_ODIVX_POSTPROCESS 2661 #define HAVE_ODIVX_POSTPROCESS
2659 2662
2660 /* Win32 DLL support */ 2663 /* Win32 DLL support */
2661 $_use_win32dll 2664 $_use_win32dll