1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 13:32:16 +00:00

libmenu is missing the dvb headers, patch by Gotz Waschk <waschk@informatik.uni-rostock.de>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10792 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-09-02 14:00:37 +00:00
parent 8e85db0074
commit c74c417816

View File

@ -6,6 +6,7 @@ LIBNAME = libmenu.a
SRCS= menu.c vf_menu.c menu_cmdlist.c menu_pt.c menu_list.c menu_filesel.c menu_txt.c menu_console.c menu_param.c
ifeq ($(DVBIN),yes)
SRCS += menu_dvbin.c
EXTRA_INC += $(DVB_INC)
endif
OBJS=$(SRCS:.c=.o)