[Mplayer-cvslog] CVS: main/vidix/drivers Makefile,1.11,1.12

Arpi of Ize arpi at mplayerhq.hu
Sat Aug 17 00:02:00 CEST 2002


Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var/tmp.root/cvs-serv4394

Modified Files:
	Makefile 
Log Message:
hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should use
that here... dunno, it worked with BINDIR too????


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile	5 Jul 2002 15:37:51 -0000	1.11
+++ Makefile	16 Aug 2002 22:01:57 -0000	1.12
@@ -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




More information about the MPlayer-cvslog mailing list