~ubuntu-branches/ubuntu/saucy/libav/saucy-security

« back to all changes in this revision

Viewing changes to libavcodec/x86/Makefile

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-11-09 10:46:15 UTC
  • mfrom: (1.2.18)
  • Revision ID: package-import@ubuntu.com-20131109104615-jjw1mf0uo1bl0lv7
Tags: 6:0.8.9-0ubuntu0.13.10.1
Update to 0.8.9 to fix multiple security issues (LP: #1249621)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
YASM-OBJS-$(CONFIG_DCT)                += x86/dct32_sse.o
5
5
 
6
 
YASM-OBJS-FFT-$(HAVE_AMD3DNOW)         += x86/fft_3dn.o
7
 
YASM-OBJS-FFT-$(HAVE_AMD3DNOWEXT)      += x86/fft_3dn2.o
8
6
YASM-OBJS-FFT-$(HAVE_SSE)              += x86/fft_sse.o
9
7
YASM-OBJS-$(CONFIG_FFT)                += x86/fft_mmx.o                 \
10
8
                                          $(YASM-OBJS-FFT-yes)