[MPlayer-dev-eng] dvb includes patch for 1.0pre1

Götz Waschk waschk at informatik.uni-rostock.de
Tue Sep 2 15:36:36 CEST 2003


Hi,

libmenu is missing the dvb headers in 1.0pre1, this one line patch
fixes that.

CU
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
    Mahatma Gandhi (1869 - 1948), "Non-Violence in Peace and War"
-------------- next part --------------
Index: libmenu/Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmenu/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- libmenu/Makefile	16 Aug 2003 09:50:45 -0000	1.4
+++ libmenu/Makefile	2 Sep 2003 13:49:24 -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)
 


More information about the MPlayer-dev-eng mailing list