comparison Makefile @ 2956:5f51b1e0bed6 libavcodec

Cook compatibe decoder, patch by Benjamin Larsson Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy
author rtognimp
date Fri, 09 Dec 2005 16:08:18 +0000
parents e5a10ae14ffb
children 96f1186aa4c5
comparison
equal deleted inserted replaced
2955:64f38f1be88f 2956:5f51b1e0bed6
29 ifneq ($(CONFIG_ASV1_DECODER)$(CONFIG_ASV1_ENCODER)$(CONFIG_ASV2_DECODER)$(CONFIG_ASV2_ENCODER),) 29 ifneq ($(CONFIG_ASV1_DECODER)$(CONFIG_ASV1_ENCODER)$(CONFIG_ASV2_DECODER)$(CONFIG_ASV2_ENCODER),)
30 OBJS+= asv1.o 30 OBJS+= asv1.o
31 endif 31 endif
32 ifeq ($(CONFIG_CINEPAK_DECODER),yes) 32 ifeq ($(CONFIG_CINEPAK_DECODER),yes)
33 OBJS+= cinepak.o 33 OBJS+= cinepak.o
34 endif
35 ifeq ($(CONFIG_COOK_DECODER),yes)
36 OBJS+= cook.o
34 endif 37 endif
35 ifneq ($(CONFIG_CLJR_DECODER)$(CONFIG_CLJR_ENCODER),) 38 ifneq ($(CONFIG_CLJR_DECODER)$(CONFIG_CLJR_ENCODER),)
36 OBJS+= cljr.o 39 OBJS+= cljr.o
37 endif 40 endif
38 ifeq ($(CONFIG_CYUV_DECODER),yes) 41 ifeq ($(CONFIG_CYUV_DECODER),yes)