summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-16 09:51:05 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-16 09:51:05 +0000
commit017eaef61a502d7fbf9fe135b550f5a3339de842 (patch)
treea3d2b29a13cf50fed5de35ebf124a1d847ad15a5 /libmenu/Makefile
parent755e127c26dac7beb48f19c2b989d02543afd7ae (diff)
downloadmpv-017eaef61a502d7fbf9fe135b550f5a3339de842.tar.bz2
mpv-017eaef61a502d7fbf9fe135b550f5a3339de842.tar.xz
Finnaly commit Nico's dvb menu. Sorry for committing this
months later :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10627 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmenu/Makefile')
-rw-r--r--libmenu/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 8998c10336..fd2c2600a0 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -4,6 +4,9 @@ include ../config.mak
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
+endif
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC) -Wall