~ubuntu-branches/ubuntu/trusty/gavl/trusty

« back to all changes in this revision

Viewing changes to gavl/c/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-01-17 20:38:33 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090117203833-t8fq1e1jdquyelmy
Tags: 1.1.0-2
Fixed debian/copyright 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
scale_bicubic_c.c \
13
13
scale_bicubic_noclip_c.c \
14
14
scale_bilinear_c.c \
 
15
scale_bilinear_fast_c.c \
 
16
scale_bilinear_noclip_c.c \
15
17
scale_generic_c.c \
 
18
scale_generic_noclip_c.c \
16
19
scale_nearest_c.c \
17
20
scale_quadratic_c.c \
 
21
scale_quadratic_noclip_c.c \
 
22
transform_bilinear_c.c \
 
23
transform_bicubic_c.c \
 
24
transform_nearest_c.c \
 
25
transform_quadratic_c.c \
18
26
volume_c.c \
19
27
rgb_rgb_c.c \
20
28
rgb_yuv_c.c \
30
38
EXTRA_libgavl_c_la_SOURCES = \
31
39
_interleave_c.c \
32
40
_mix_c.c \
33
 
_sampleformat_c.c
 
41
_sampleformat_c.c \
 
42
_transform_c.c
34
43
 
35
44
noinst_HEADERS= \
36
45
colorspace_tables.h \
37
46
colorspace_macros.h \
38
47
scale_bilinear_x.h \
39
48
scale_bilinear_y.h \
40
 
scale_bilinear_xy.h \
41
49
scale_x.h \
42
50
scale_y.h \
43
51
scale_generic_x.h \
44
52
scale_generic_y.h \
45
 
scale_macros.h
 
53
scale_macros.h \
 
54
transform_c.h