1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 12:22:22 +00:00

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
This commit is contained in:
diego 2006-01-19 20:53:13 +00:00
parent 0ded97cff2
commit cae85ae8f5

View File

@ -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)