summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 09:15:59 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 09:15:59 +0000
commit97654ce7f3c6f711b270487d2f43f70c8e872024 (patch)
tree0f1114905f0bf07ce11c72ef8e2b650a17715e29 /Makefile
parent8db2a741bbe904bdc7068bec4dca9a92625c1c45 (diff)
downloadmpv-97654ce7f3c6f711b270487d2f43f70c8e872024.tar.bz2
mpv-97654ce7f3c6f711b270487d2f43f70c8e872024.tar.xz
add initial mPNG support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4657 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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