~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to libavcodec/aarch64/Makefile

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-01-18 15:46:55 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140118154655-iz6u00yevkat1jqi
Tags: 6:10~alpha2-1
New Upstream release 10_alpha2. This upstream git snapshot has too many
changes to list here, cf. to the upstream Changelog:
http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OBJS-$(CONFIG_H264CHROMA)               += aarch64/h264chroma_init_aarch64.o
 
2
OBJS-$(CONFIG_H264DSP)                  += aarch64/h264dsp_init_aarch64.o
 
3
OBJS-$(CONFIG_H264QPEL)                 += aarch64/h264qpel_init_aarch64.o
 
4
OBJS-$(CONFIG_HPELDSP)                  += aarch64/hpeldsp_init_aarch64.o
 
5
OBJS-$(CONFIG_NEON_CLOBBER_TEST)        += aarch64/neontest.o
 
6
OBJS-$(CONFIG_RV40_DECODER)             += aarch64/rv40dsp_init_aarch64.o
 
7
OBJS-$(CONFIG_VC1_DECODER)              += aarch64/vc1dsp_init_aarch64.o
 
8
 
 
9
NEON-OBJS-$(CONFIG_H264CHROMA)          += aarch64/h264cmc_neon.o
 
10
NEON-OBJS-$(CONFIG_H264DSP)             += aarch64/h264dsp_neon.o              \
 
11
                                           aarch64/h264idct_neon.o
 
12
NEON-OBJS-$(CONFIG_H264QPEL)            += aarch64/h264qpel_neon.o             \
 
13
                                           aarch64/hpeldsp_neon.o
 
14
NEON-OBJS-$(CONFIG_HPELDSP)             += aarch64/hpeldsp_neon.o