summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-02-01 20:53:07 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-02-01 20:53:07 +0000
commitf8d7b5f5f452782423a7a5859e7cae3454f142f8 (patch)
tree998583d8341d6ff3b33223bdd21147b78e89150f /libavformat/Makefile
parent43a7635d092f39850be4e8c1cbc050db55d2221e (diff)
downloadffmpeg-streaming-f8d7b5f5f452782423a7a5859e7cae3454f142f8.zip
ffmpeg-streaming-f8d7b5f5f452782423a7a5859e7cae3454f142f8.tar.gz
added basic png handling - do not remake dependencies automatically
Originally committed as revision 1528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index a818457..4f2715a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -20,7 +20,7 @@ OBJS+= asf.o
endif
# image formats
-OBJS+= pnm.o yuv.o
+OBJS+= pnm.o yuv.o png.o libpng/png.o libpng/pngread.o libpng/pngrutil.o libpng/pngwrite.o libpng/pngwutil.o
# file I/O
OBJS+= avio.o aviobuf.o file.o
OBJS+= framehook.o
@@ -63,14 +63,14 @@ SRCS := $(OBJS:.o=.c)
all: $(LIB)
-$(LIB): .depend $(OBJS)
+$(LIB): $(OBJS)
rm -f $@
$(AR) rc $@ $(OBJS)
ifneq ($(CONFIG_OS2),yes)
$(RANLIB) $@
endif
-.depend: $(SRCS)
+depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
installlib: all
OpenPOWER on IntegriCloud