summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 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)