summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a78557c06c..3be59b6b83 100644
--- a/Makefile
+++ b/Makefile
@@ -395,6 +395,7 @@ LIBS_MPLAYER = libvo/libvo.a \
$(ARCH_LIB) \
$(I18NLIBS) \
$(MATH_LIB) \
+ $(LIBC_LIB) \
$(PRG): $(MPLAYER_DEP)
ifeq ($(TARGET_WIN32),yes)
@@ -424,6 +425,7 @@ LIBS_MENCODER = libmpcodecs/libmpencoders.a \
$(ARCH_LIB) \
$(I18NLIBS) \
$(MATH_LIB) \
+ $(LIBC_LIB) \
$(PRG_MENCODER): $(MENCODER_DEP)
$(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) $(LIBS_MENCODER)