From 33004f305b9823931d821d02dc3e56ab29b9e602 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 2 Nov 2002 16:14:42 +0000 Subject: fixing shared pp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8045 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d83183e187..673d61f1ff 100755 --- a/configure +++ b/configure @@ -217,7 +217,7 @@ Miscellaneous options: options with --enable-static="-lslang -lncurses" --language=xx select a language (for translated messages/gui) [en] (Available: $LANGUAGES) - --enabled-shared-pp install & use shared postprocessing lib + --enable-shared-pp install & use shared postprocessing lib Advanced options: --enable-mmx build with mmx support [autodetect] @@ -4181,7 +4181,7 @@ echores "$_byte_order" echocheck "shared postprocess lib" if test "$_shared_pp" = yes ; then - _ld_pp='-lpostproc' + _ld_pp='-lpostproc -L postproc' else _ld_pp='postproc/libpostproc.a' fi -- cgit v1.2.3