mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 05:37:04 +00:00
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
This commit is contained in:
parent
7e1f91473f
commit
fdb6c0264d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user