mirror of
https://github.com/mpv-player/mpv
synced 2025-04-27 13:49:33 +00:00
Install tdfx_vid.o as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22692 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d7640773b1
commit
48871ecebe
@ -20,7 +20,7 @@ tdfx_vid_test: tdfx_vid_test.c
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
-mkdir -p $(MDIR)
|
-mkdir -p $(MDIR)
|
||||||
install -m 644 mga_vid.o $(MDIR)
|
install -m 644 mga_vid.o tdfx_vid.o $(MDIR)
|
||||||
depmod -a
|
depmod -a
|
||||||
|
|
||||||
dep depend:
|
dep depend:
|
||||||
|
Loading…
Reference in New Issue
Block a user