diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-14 21:45:45 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-14 21:45:45 +0000 |
commit | dd16f0a075ce56ccb67d0d7397f5335d9542d234 (patch) | |
tree | da0c8eb1f8f63e8a09eb60ebeaa2ffe949bb9552 /configure | |
parent | 36f99211026e8f9cd5c69f70853df7410e2a256a (diff) |
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-x | configure | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |