summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 16:55:23 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 16:55:23 +0000
commite5f9c4e0356493474af462bd9f53ae9f65987267 (patch)
tree673af1d3ef481b795f6ae09f2c54244f27010b8d /configure
parent33004f305b9823931d821d02dc3e56ab29b9e602 (diff)
downloadmpv-e5f9c4e0356493474af462bd9f53ae9f65987267.tar.bz2
mpv-e5f9c4e0356493474af462bd9f53ae9f65987267.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8046 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 673d61f1ff..d1fd9dedad 100755
--- a/configure
+++ b/configure
@@ -4181,7 +4181,7 @@ echores "$_byte_order"
echocheck "shared postprocess lib"
if test "$_shared_pp" = yes ; then
- _ld_pp='-lpostproc -L postproc'
+ _ld_pp='-Lpostproc -lpostproc'
else
_ld_pp='postproc/libpostproc.a'
fi