summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 5feb1090ac..0364ab4b75 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -6,8 +6,8 @@ OBJS_COMMON += $(addsuffix .o, $(basename $(SRCS_COMMON)) )
OBJS_MPLAYER += $(addsuffix .o, $(basename $(SRCS_MPLAYER)) )
OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
-CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec
-CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat
+CFLAGS-$(LIBAVCODEC) += -I../libavcodec
+CFLAGS-$(LIBAVFORMAT) += -I../libavformat
CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)