Mercurial > mplayer.hg
comparison Makefile @ 2003:14c4f848a767
root->0 (bsd compatible) [lez]
author | arpi |
---|---|
date | Fri, 28 Sep 2001 00:13:30 +0000 |
parents | dee4b2ea5e5b |
children | d7920c8257e2 |
comparison
equal
deleted
inserted
replaced
2002:fde7a923e7cb | 2003:14c4f848a767 |
---|---|
119 install -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 | 119 install -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 |
120 @echo "Following task requires root privs. If it fails don't panic" | 120 @echo "Following task requires root privs. If it fails don't panic" |
121 @echo "however it means you can't use fibmap_mplayer." | 121 @echo "however it means you can't use fibmap_mplayer." |
122 @echo "Without this (or without running mplayer as root) you won't be" | 122 @echo "Without this (or without running mplayer as root) you won't be" |
123 @echo "able to play encrypted DVDs." | 123 @echo "able to play encrypted DVDs." |
124 install -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) | 124 install -o 0 -g 0 -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) |
125 | 125 |
126 clean: | 126 clean: |
127 rm -f *.o *~ $(OBJS) | 127 rm -f *.o *~ $(OBJS) |
128 | 128 |
129 distclean: | 129 distclean: |