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