comparison Makefile @ 382:37a29b5200d8 libavformat

added SGI image format, encoding and decoding, courtesy of Todd Kirby <doubleshot@pacbell.net>
author melanson
date Sat, 13 Mar 2004 17:30:37 +0000
parents 9416dc106e06
children 404fe714eea1
comparison
equal deleted inserted replaced
381:7be99ba54f0f 382:37a29b5200d8
32 ifeq ($(AMR_WB),yes) 32 ifeq ($(AMR_WB),yes)
33 OBJS+= amr.o 33 OBJS+= amr.o
34 endif 34 endif
35 35
36 # image formats 36 # image formats
37 OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o 37 OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o
38 # file I/O 38 # file I/O
39 OBJS+= avio.o aviobuf.o file.o 39 OBJS+= avio.o aviobuf.o file.o
40 OBJS+= framehook.o 40 OBJS+= framehook.o
41 41
42 ifeq ($(CONFIG_VIDEO4LINUX),yes) 42 ifeq ($(CONFIG_VIDEO4LINUX),yes)