Commit 85a57296 authored by Fabrice Bellard's avatar Fabrice Bellard

yes, PNG can be simpler :-)

Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 838dec44
...@@ -20,7 +20,7 @@ OBJS+= asf.o ...@@ -20,7 +20,7 @@ OBJS+= asf.o
endif endif
# image formats # image formats
OBJS+= pnm.o yuv.o png.o libpng/png.o libpng/pngread.o libpng/pngrutil.o libpng/pngwrite.o libpng/pngwutil.o jpeg.o gifdec.o OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o
# file I/O # file I/O
OBJS+= avio.o aviobuf.o file.o OBJS+= avio.o aviobuf.o file.o
OBJS+= framehook.o OBJS+= framehook.o
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment