mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 13:21:13 +00:00
57c3425749
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22567 b3059339-0415-0410-9bf9-f77b7e298cf2
20 lines
257 B
Makefile
20 lines
257 B
Makefile
include ../config.mak
|
|
|
|
LIBNAME_MPLAYER = libvidix.a
|
|
|
|
SRCS_MPLAYER = vidixlib.c
|
|
|
|
all: libs
|
|
$(MAKE) -C drivers
|
|
|
|
clean::
|
|
$(MAKE) -C drivers clean
|
|
|
|
distclean::
|
|
$(MAKE) -C drivers distclean
|
|
|
|
dep depend::
|
|
$(MAKE) -C drivers depend
|
|
|
|
include ../mpcommon.mak
|