summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-19 19:24:30 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-19 19:24:30 +0000
commit2d1b8d3df66296a24a76411bb4a17d48ee57bfe1 (patch)
treedfb9b9531d3b9f130619861d7a54e216b5fb92da
parentcbf39d96ecabd21ec87fb3f7b0472b5d29921985 (diff)
downloadmpv-2d1b8d3df66296a24a76411bb4a17d48ee57bfe1.tar.bz2
mpv-2d1b8d3df66296a24a76411bb4a17d48ee57bfe1.tar.xz
remove broken shared libpostproc stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16277 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--Makefile8
-rwxr-xr-xconfigure9
2 files changed, 0 insertions, 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
@@ -450,9 +445,6 @@ 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)
ifeq ($(GUI),yes)
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