summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-19 20:53:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-19 20:53:13 +0000
commitcae85ae8f5fb62a6ab5d04ee6968f6d2d5bd1022 (patch)
tree40541583c3162424e8f2ecdf28bed5dc9e215d23 /Makefile
parent0ded97cff20d46034242b757d54aaec27f599984 (diff)
downloadmpv-cae85ae8f5fb62a6ab5d04ee6968f6d2d5bd1022.tar.bz2
mpv-cae85ae8f5fb62a6ab5d04ee6968f6d2d5bd1022.tar.xz
Remove rule to build shared libpostproc, it does not belong in MPlayer.
Based on a patch from Christian Marillat's Debian package. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17431 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 101b744040..3e883071bd 100644
--- a/Makefile
+++ b/Makefile
@@ -354,9 +354,6 @@ input/libinput.a:
libmenu/libmenu.a:
$(MAKE) -C libmenu
-libavcodec/libpostproc/libpostproc.so:
- $(MAKE) -C libavcodec/libpostproc
-
MPLAYER_DEP = $(OBJS_MPLAYER) $(COMMON_DEPS)
ifeq ($(LIBMENU),yes)