diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-03-13 17:30:37 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-03-13 17:30:37 +0000 |
commit | 6a91ec51fd08784bd836449a998def1dbe54772e (patch) | |
tree | b232222108af6057d43484ac4fb434e5307c2895 /libavformat/Makefile | |
parent | 38088adf638f42c7c35a17c181b4cc60d55dcb9a (diff) | |
download | ffmpeg-6a91ec51fd08784bd836449a998def1dbe54772e.tar.gz |
added SGI image format, encoding and decoding, courtesy of Todd Kirby
<doubleshot@pacbell.net>
Originally committed as revision 2876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 0b8161b047..23aecba137 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -34,7 +34,7 @@ OBJS+= amr.o endif # image formats -OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o +OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o # file I/O OBJS+= avio.o aviobuf.o file.o OBJS+= framehook.o |