~ubuntu-branches/ubuntu/intrepid/gstreamer0.10-ffmpeg/intrepid

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavcodec/alpha/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-17 23:59:34 UTC
  • Revision ID: james.westby@ubuntu.com-20051217235934-qu7f84arvb9r3id3
Tags: upstream-0.10.0
Import upstream version 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = \
 
2
        -I$(top_srcdir)/libavutil \
 
3
        -I$(top_srcdir)/libavcodec \
 
4
        -DHAVE_AV_CONFIG_H=1
 
5
 
 
6
noinst_LTLIBRARIES = libalpha.la
 
7
 
 
8
libalpha_la_SOURCES = \
 
9
        dsputil_alpha.c \
 
10
        mpegvideo_alpha.c \
 
11
        simple_idct_alpha.c \
 
12
        motion_est_alpha.c \
 
13
        dsputil_alpha_asm.S \
 
14
        motion_est_mvi_asm.S
 
15
 
 
16
libalpha_la_CFLAGS = \
 
17
        -fforce-addr
 
18
 
 
19
noinst_HEADERS = \
 
20
        regdef.h \
 
21
        asm.h