1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

Unrecurse VIDIX installation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21352 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-28 10:04:41 +00:00
parent b6adddcbbc
commit a986aade52
2 changed files with 2 additions and 5 deletions

View File

@ -251,7 +251,8 @@ codecs2html$(EXESUF): mp_msg.o
install: $(ALL_PRG) install: $(ALL_PRG)
ifeq ($(VIDIX),yes) ifeq ($(VIDIX),yes)
$(MAKE) -C libdha install $(MAKE) -C libdha install
$(MAKE) -C vidix/drivers install mkdir -p $(LIBDIR)/mplayer/vidix
-install -m 755 $(INSTALLSTRIP) -p vidix/drivers/*.so $(LIBDIR)/mplayer/vidix
endif endif
$(INSTALL) -d $(BINDIR) $(INSTALL) -d $(BINDIR)
$(INSTALL) -m 755 $(INSTALLSTRIP) mplayer$(EXESUF) \ $(INSTALL) -m 755 $(INSTALLSTRIP) mplayer$(EXESUF) \

View File

@ -67,10 +67,6 @@ distclean: clean
dep depend: dep depend:
# do nothing here # do nothing here
install:
mkdir -p $(LIBDIR)/mplayer/vidix
-install -m 755 $(INSTALLSTRIP) -p *.so $(LIBDIR)/mplayer/vidix
ifneq ($(wildcard .depend),) ifneq ($(wildcard .depend),)
include .depend include .depend
endif endif