Mercurial > mplayer.hg
changeset 7024:c605c57edead
hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should use
that here... dunno, it worked with BINDIR too????
author | arpi |
---|---|
date | Fri, 16 Aug 2002 22:01:57 +0000 |
parents | 273e374311c6 |
children | 3bc8ff93d64e |
files | vidix/drivers/Makefile |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers/Makefile Fri Aug 16 21:02:50 2002 +0000 +++ b/vidix/drivers/Makefile Fri Aug 16 22:01:57 2002 +0000 @@ -108,11 +108,11 @@ # do nothing here install: - mkdir -p $(BINDIR) - install -m 755 -s -p *.so $(BINDIR) + mkdir -p $(LIBDIR)/mplayer/vidix + -install -m 755 -s -p *.so $(LIBDIR)/mplayer/vidix uninstall: - rm -f $(BINDIR)/*.so - rmdir -p --ignore-fail-on-non-empty $(BINDIR) + rm -f $(LIBDIR)/mplayer/vidix/*.so + rmdir -p --ignore-fail-on-non-empty $(LIBDIR)/mplayer/vidix # # include dependency files if they exist