summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 16:14:42 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 16:14:42 +0000
commit33004f305b9823931d821d02dc3e56ab29b9e602 (patch)
tree92cc1c8d385edf66140aad092b32ab08e4394bb4 /configure
parent4173f771256083109339bdaf26736d770023e506 (diff)
downloadmpv-33004f305b9823931d821d02dc3e56ab29b9e602.tar.bz2
mpv-33004f305b9823931d821d02dc3e56ab29b9e602.tar.xz
fixing shared pp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8045 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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