Originally committed as revision 1528 to svn://svn.ffmpeg.org/ffmpeg/trunk
+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
# file I/O
OBJS+= avio.o aviobuf.o file.o
OBJS+= framehook.o
rm -f $@
$(AR) rc $@ $(OBJS)
ifneq ($(CONFIG_OS2),yes)
$(RANLIB) $@
endif
rm -f $@
$(AR) rc $@ $(OBJS)
ifneq ($(CONFIG_OS2),yes)
$(RANLIB) $@
endif
$(CC) -MM $(CFLAGS) $^ 1>.depend
installlib: all
$(CC) -MM $(CFLAGS) $^ 1>.depend
installlib: all