0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02: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:
arpi 2002-08-16 22:01:57 +00:00
parent 7e1f91473f
commit fdb6c0264d

View File

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