From c74c417816cf893091dd7a8269cb0d9c6ede7f95 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 2 Sep 2003 14:00:37 +0000 Subject: libmenu is missing the dvb headers, patch by Gotz Waschk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10792 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libmenu') diff --git a/libmenu/Makefile b/libmenu/Makefile index fd2c2600a0..d0649918c5 100644 --- a/libmenu/Makefile +++ b/libmenu/Makefile @@ -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) -- cgit v1.2.3