~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/arm/Makefile

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
NEON-OBJS-$(CONFIG_H264DSP)            += arm/h264dsp_neon.o            \
56
56
                                          arm/h264idct_neon.o           \
 
57
                                          arm/h264cmc_neon.o            \
57
58
 
58
59
NEON-OBJS-$(CONFIG_H264PRED)           += arm/h264pred_neon.o           \
59
60
 
62
63
NEON-OBJS-$(CONFIG_DCA_DECODER)        += arm/dcadsp_neon.o             \
63
64
                                          arm/synth_filter_neon.o       \
64
65
 
 
66
NEON-OBJS-$(CONFIG_RV30_DECODER)       += arm/rv34dsp_init_neon.o       \
 
67
                                          arm/rv34dsp_neon.o            \
 
68
 
 
69
NEON-OBJS-$(CONFIG_RV40_DECODER)       += arm/rv34dsp_init_neon.o       \
 
70
                                          arm/rv34dsp_neon.o            \
 
71
                                          arm/rv40dsp_init_neon.o       \
 
72
                                          arm/rv40dsp_neon.o            \
 
73
                                          arm/h264cmc_neon.o            \
 
74
 
65
75
NEON-OBJS-$(CONFIG_VP3_DECODER)        += arm/vp3dsp_neon.o
66
76
 
67
77
NEON-OBJS-$(CONFIG_VP5_DECODER)        += arm/vp56dsp_neon.o            \