comparison Makefile @ 573:b0f52172f4c5 libavcodec

beos/mov/adpcm patch by Franois Revol <revol at free dot fr> * Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check
author michaelni
date Sat, 20 Jul 2002 20:05:50 +0000
parents 5a06c3552026
children 54b1c94977d5
comparison
equal deleted inserted replaced
572:5a06c3552026 573:b0f52172f4c5
13 OBJS= common.o utils.o mem.o allcodecs.o \ 13 OBJS= common.o utils.o mem.o allcodecs.o \
14 mpegvideo.o h263.o jrevdct.o jfdctfst.o \ 14 mpegvideo.o h263.o jrevdct.o jfdctfst.o \
15 mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ 15 mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \
16 motion_est.o imgconvert.o imgresample.o msmpeg4.o \ 16 motion_est.o imgconvert.o imgresample.o msmpeg4.o \
17 mpeg12.o h263dec.o svq1.o rv10.o mpegaudiodec.o pcm.o simple_idct.o \ 17 mpeg12.o h263dec.o svq1.o rv10.o mpegaudiodec.o pcm.o simple_idct.o \
18 ratecontrol.o 18 ratecontrol.o adpcm.o
19 ASM_OBJS= 19 ASM_OBJS=
20 20
21 # currently using liba52 for ac3 decoding 21 # currently using liba52 for ac3 decoding
22 ifeq ($(CONFIG_AC3),yes) 22 ifeq ($(CONFIG_AC3),yes)
23 OBJS+= a52dec.o 23 OBJS+= a52dec.o