summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-14 21:45:45 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-14 21:45:45 +0000
commitdd16f0a075ce56ccb67d0d7397f5335d9542d234 (patch)
treeda0c8eb1f8f63e8a09eb60ebeaa2ffe949bb9552 /configure
parent36f99211026e8f9cd5c69f70853df7410e2a256a (diff)
downloadmpv-dd16f0a075ce56ccb67d0d7397f5335d9542d234.tar.bz2
mpv-dd16f0a075ce56ccb67d0d7397f5335d9542d234.tar.xz
moving postprocess code to libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9427 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index 81925ce107..fc4abb2941 100755
--- a/configure
+++ b/configure
@@ -4494,11 +4494,6 @@ fi
echores "$_byte_order"
echocheck "shared postprocess lib"
-if test "$_shared_pp" = yes ; then
- _ld_pp='-Lpostproc -lpostproc'
-else
- _ld_pp='postproc/libpostproc.a'
-fi
echores "$_shared_pp"
echocheck "New config"
@@ -4836,8 +4831,8 @@ STREAMING = $_streaming
STREAMING_LIVE_DOT_COM = $_live
STREAMING_LIB = $_ld_streaming $_ld_live
VIDIX = $_vidix
-PP_LIB = $_ld_pp
SHARED_PP = $_shared_pp
+CONFIG_PP = yes
CONFIG_RISKY = yes
LIBMENU = $_menu
I18NLIBS = $_i18n_libs