1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

fixing shared pp

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8045 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-11-02 16:14:42 +00:00
parent 4173f77125
commit 33004f305b

4
configure vendored
View File

@ -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