Mercurial > mplayer.hg
changeset 10791:fdf41cac41ac
libmenu is missing the dvb headers, patch by Gotz Waschk <waschk@informatik.uni-rostock.de>
author | alex |
---|---|
date | Tue, 02 Sep 2003 14:00:37 +0000 |
parents | f40a897cb276 |
children | b00e9e1c9b4b |
files | libmenu/Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmenu/Makefile Mon Sep 01 19:47:34 2003 +0000 +++ b/libmenu/Makefile Tue Sep 02 14:00:37 2003 +0000 @@ -6,6 +6,7 @@ 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)