From 2d1b8d3df66296a24a76411bb4a17d48ee57bfe1 Mon Sep 17 00:00:00 2001 From: rfelker Date: Fri, 19 Aug 2005 19:24:30 +0000 Subject: [PATCH] remove broken shared libpostproc stuff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16277 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 8 -------- configure | 9 --------- 2 files changed, 17 deletions(-) diff --git a/Makefile b/Makefile index 7ac97974ae..63b7d13018 100644 --- a/Makefile +++ b/Makefile @@ -257,11 +257,6 @@ COMMON_DEPS += libmpdvdkit2/libmpdvdkit.a endif endif -ifeq ($(SHARED_PP),yes) -COMMON_DEPS += libavcodec/libpostproc/libpostproc.so -COMMON_LIBS += libavcodec/libpostproc/libpostproc.so -endif - ifeq ($(GUI),yes) COMMON_DEPS += Gui/libgui.a GUI_LIBS = Gui/libgui.a @@ -449,9 +444,6 @@ $(PRG_CFG): version.h codec-cfg.c codec-cfg.h install: $(ALL_PRG) ifeq ($(VIDIX),yes) $(DO_MAKE) -endif -ifeq ($(SHARED_PP),yes) - $(MAKE) install -C libavcodec/libpostproc endif if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG) diff --git a/configure b/configure index 8bf3c85920..35aaedad7b 100755 --- a/configure +++ b/configure @@ -307,7 +307,6 @@ Miscellaneous options: and GUI (also the environment variable \$LINGUAS is honored) [en] (Available: $LANGUAGES all) - --enable-shared-pp install & use shared postprocessing lib --with-install=PATH use a custom install program (useful if your OS uses a GNU-incompatible install utility by default and you want to use GNU version) @@ -1464,7 +1463,6 @@ _cdparanoia=auto _big_endian=auto _freetype=auto _fontconfig=auto -_shared_pp=no _menu=no _qtx=auto _macosx=auto @@ -1755,9 +1753,6 @@ for ac_option do --enable-dga=*) _dga=`echo $ac_option | cut -d '=' -f 2` ;; --disable-dga) _dga=no ;; - --enable-shared-pp) _shared_pp=yes ;; - --disable-shared-pp) _shared_pp=no ;; - --enable-menu) _menu=yes ;; --disable-menu) _menu=no ;; @@ -6482,9 +6477,6 @@ else fi echores "$_byte_order" -echocheck "shared postprocess lib" -echores "$_shared_pp" - echocheck "OSD menu" if test "$_menu" = yes ; then _def_menu='#define HAVE_MENU 1' @@ -6967,7 +6959,6 @@ STREAMING_LIVE_DOT_COM = $_live MPLAYER_NETWORK_LIB = $_ld_live $_ld_vstream $_ld_network DVBIN = $_dvbin VIDIX = $_vidix -SHARED_PP = $_shared_pp CONFIG_PP = yes CONFIG_RISKY = yes CONFIG_MP3LAME = $_mp3lame