diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-16 22:01:57 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-16 22:01:57 +0000 |
commit | fdb6c0264d6b22c045098b916f6e99ad4629fb74 (patch) | |
tree | e2e2cd74557dd2660f5367441d613b08a497096b /vidix/drivers | |
parent | 7e1f91473f52da319727077891595b869fb9c9e4 (diff) |
hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should use
that here... dunno, it worked with BINDIR too????
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7025 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/drivers')
-rw-r--r-- | vidix/drivers/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile index 4776493fee..df1627ae2b 100644 --- a/vidix/drivers/Makefile +++ b/vidix/drivers/Makefile @@ -108,11 +108,11 @@ depend: # 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 |