summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-02-04 23:44:26 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-02-04 23:44:26 +0000
commit85a57296ccf4beffb485762a38fc927f51033574 (patch)
treed214c38ceeb01a602d8243ba9ad4a18dcc7e2df1 /libavformat/Makefile
parent838dec4498bd52b09b5b8f58846a1e9bda8f69cb (diff)
yes, PNG can be simpler :-)
Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 4e4462a3bc..36fbc0467f 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -20,7 +20,7 @@ OBJS+= asf.o
endif
# 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
OBJS+= avio.o aviobuf.o file.o
OBJS+= framehook.o