summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
blob: a596370151a48b47d94a8d7a9283550cfedde7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include ../config.mak

LIBNAME_MPLAYER = libmenu.a

SRCS_MPLAYER = menu.c \
               vf_menu.c \
               menu_chapsel.c \
               menu_cmdlist.c  \
               menu_pt.c \
               menu_list.c  \
               menu_filesel.c \
               menu_txt.c \
               menu_console.c \
               menu_param.c \

SRCS_MPLAYER-$(DVBIN) += menu_dvbin.c

include ../mpcommon.mak