From b4ddc383ef4e4d537417999e390ab90631e7b6aa Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 2 Jun 2006 11:31:42 +0000 Subject: libpostproc is not a subdirectory of libavcodec anymore. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18558 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e5dcf32ebc..ef74fcb3b2 100755 --- a/configure +++ b/configure @@ -6161,7 +6161,7 @@ echores "$_libavformat" echocheck "FFmpeg libpostproc (static)" if test "$_libpostproc" = auto ; then _libpostproc=no -if test -d libavcodec && test -f libavcodec/libpostproc/postprocess.h ; then +if test -d libpostproc && test -f libpostproc/postprocess.h ; then _libpostproc='yes' fi fi @@ -6305,8 +6305,8 @@ _def_libpostproc='#undef USE_LIBPOSTPROC' _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO' if test "$_libpostproc" = yes ; then _def_libpostproc='#define USE_LIBPOSTPROC 1' - _ld_libpostproc='libavcodec/libpostproc/libpostproc.a' - _dep_libpostproc='libavcodec/libpostproc/libpostproc.a' + _ld_libpostproc='libpostproc/libpostproc.a' + _dep_libpostproc='libpostproc/libpostproc.a' else if test "$_libpostproc_so" = yes ; then _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1' -- cgit v1.2.3