changeset 17430:bfb5ba831aed

Remove rule to build shared libpostproc, it does not belong in MPlayer. Based on a patch from Christian Marillat's Debian package.
author diego
date Thu, 19 Jan 2006 20:53:13 +0000
parents 7dac2afa70aa
children 2bbd4b7788c4
files Makefile
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jan 19 20:26:34 2006 +0000
+++ b/Makefile	Thu Jan 19 20:53:13 2006 +0000
@@ -354,9 +354,6 @@
 libmenu/libmenu.a:
 	$(MAKE) -C libmenu
 
-libavcodec/libpostproc/libpostproc.so:
-	$(MAKE) -C libavcodec/libpostproc
-
 MPLAYER_DEP = $(OBJS_MPLAYER) $(COMMON_DEPS)
 
 ifeq ($(LIBMENU),yes)