diff Makefile @ 30144:0a92a14ced38

Change vo_png to use FFmpeg's png encoder instead of libpng.
author reimar
date Sun, 03 Jan 2010 16:26:30 +0000
parents 12a49e9ca30e
children def3818d93c3
line wrap: on
line diff
--- a/Makefile	Sun Jan 03 15:56:33 2010 +0000
+++ b/Makefile	Sun Jan 03 16:26:30 2010 +0000
@@ -135,6 +135,7 @@
                                         libmpcodecs/vf_lavc.c \
                                         libmpcodecs/vf_lavcdeint.c \
                                         libmpcodecs/vf_screenshot.c \
+                                        libvo/vo_png.c \
 
 # These filters use private headers and do not work with shared libavcodec.
 SRCS_COMMON-$(LIBAVCODEC_A)          += libaf/af_lavcac3enc.c \
@@ -606,7 +607,6 @@
 SRCS_MPLAYER-$(NAS)           += libao2/ao_nas.c
 SRCS_MPLAYER-$(OPENAL)        += libao2/ao_openal.c
 SRCS_MPLAYER-$(OSS)           += libao2/ao_oss.c
-SRCS_MPLAYER-$(PNG)           += libvo/vo_png.c
 SRCS_MPLAYER-$(PNM)           += libvo/vo_pnm.c
 SRCS_MPLAYER-$(PULSE)         += libao2/ao_pulse.c
 SRCS_MPLAYER-$(QUARTZ)        += libvo/vo_quartz.c libvo/osx_common.c