~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavutil/arm/Makefile

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OBJS += arm/cpu.o                                                       \
 
2
        arm/float_dsp_init_arm.o                                        \
 
3
 
 
4
VFP-OBJS += arm/float_dsp_init_vfp.o                                    \
 
5
            arm/float_dsp_vfp.o                                         \
 
6
 
 
7
NEON-OBJS += arm/float_dsp_init_neon.o                                  \
 
8
             arm/float_dsp_neon.o                                       \