summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-29 18:01:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-29 18:01:22 +0000
commit2b1310abba4c1af6207beee0228ea9b8885f86d2 (patch)
tree1605bcdde65efda589d775d212b5a6ddd05cb4c7 /Makefile
parent92a1ac27cb5305f99321e0a884b1a0fab9442704 (diff)
downloadmpv-2b1310abba4c1af6207beee0228ea9b8885f86d2.tar.bz2
mpv-2b1310abba4c1af6207beee0228ea9b8885f86d2.tar.xz
AIX PPC port
patch by "Derek E. Lewis" < -- dlewis -- @ -- solnetworks -- . -- net -- > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17265 b3059339-0415-0410-9bf9-f77b7e298cf2
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)