From 97654ce7f3c6f711b270487d2f43f70c8e872024 Mon Sep 17 00:00:00 2001 From: pontscho Date: Mon, 11 Feb 2002 09:15:59 +0000 Subject: add initial mPNG support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4657 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a5608b7c7..daf529c4bc 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,10 @@ SRCS_MPLAYER = mplayer.c $(SRCS_COMMON) find_sub.c subreader.c lirc_mp.c mixer.c OBJS_MENCODER = $(SRCS_MENCODER:.c=.o) OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) +ifeq ($(PNG),yes) +SRCS_COMMON += mpng.c +endif + ifeq ($(VO2),yes) VO_LIBS = -Llibvo2 -lvo2 VO_INC = -Ilibvo2 -- cgit v1.2.3