Mercurial > libavformat.hg
comparison Makefile @ 47:45308962220f libavformat
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)
author | bellard |
---|---|
date | Sun, 02 Feb 2003 19:18:09 +0000 |
parents | a23fb606308a |
children | bde449e6b743 |
comparison
equal
deleted
inserted
replaced
46:890e9121a54d | 47:45308962220f |
---|---|
10 | 10 |
11 OBJS= utils.o cutils.o allformats.o | 11 OBJS= utils.o cutils.o allformats.o |
12 | 12 |
13 # mux and demuxes | 13 # mux and demuxes |
14 OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o \ | 14 OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o \ |
15 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o dv.o \ | 15 avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dv.o \ |
16 yuv4mpeg.o | 16 yuv4mpeg.o |
17 | 17 |
18 ifeq ($(CONFIG_RISKY),yes) | 18 ifeq ($(CONFIG_RISKY),yes) |
19 OBJS+= asf.o | 19 OBJS+= asf.o |
20 endif | 20 endif |
21 | 21 |
22 # image formats | 22 # image formats |
23 OBJS+= pnm.o yuv.o png.o libpng/png.o libpng/pngread.o libpng/pngrutil.o libpng/pngwrite.o libpng/pngwutil.o | 23 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 |
24 # file I/O | 24 # file I/O |
25 OBJS+= avio.o aviobuf.o file.o | 25 OBJS+= avio.o aviobuf.o file.o |
26 OBJS+= framehook.o | 26 OBJS+= framehook.o |
27 | 27 |
28 ifeq ($(BUILD_STRPTIME),yes) | 28 ifeq ($(BUILD_STRPTIME),yes) |