summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/Makefile')
-rw-r--r--libmenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 875577e9cb..3c50a754ff 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -18,7 +18,7 @@ SRCS += menu_dvbin.c
endif
OBJS=$(SRCS:.c=.o)
-CFLAGS = -I. -I.. -I../libmpcodecs $(OPTFLAGS)
+CFLAGS = -I. -I.. $(OPTFLAGS)
.SUFFIXES: .c .o