~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavutil/Makefile

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
          base64.h                                                      \
12
12
          blowfish.h                                                    \
13
13
          bswap.h                                                       \
 
14
          channel_layout.h                                              \
14
15
          common.h                                                      \
15
16
          cpu.h                                                         \
16
17
          crc.h                                                         \
24
25
          intreadwrite.h                                                \
25
26
          lfg.h                                                         \
26
27
          log.h                                                         \
27
 
          lzo.h                                                         \
28
28
          mathematics.h                                                 \
29
29
          md5.h                                                         \
30
30
          mem.h                                                         \
42
42
          version.h                                                     \
43
43
          xtea.h                                                        \
44
44
 
 
45
HEADERS-$(CONFIG_LZO)                   += lzo.h
 
46
 
45
47
ARCH_HEADERS = bswap.h                                                  \
46
48
               intmath.h                                                \
47
49
               intreadwrite.h                                           \
52
54
OBJS = adler32.o                                                        \
53
55
       aes.o                                                            \
54
56
       audio_fifo.o                                                     \
55
 
       audioconvert.o                                                   \
56
57
       avstring.o                                                       \
57
58
       base64.o                                                         \
58
59
       blowfish.o                                                       \
 
60
       channel_layout.o                                                 \
59
61
       cpu.o                                                            \
60
62
       crc.o                                                            \
61
63
       des.o                                                            \
66
68
       float_dsp.o                                                      \
67
69
       imgutils.o                                                       \
68
70
       intfloat_readwrite.o                                             \
 
71
       intmath.o                                                        \
69
72
       lfg.o                                                            \
70
73
       lls.o                                                            \
71
74
       log.o                                                            \
72
 
       log2.o                                                           \
73
75
       log2_tab.o                                                       \
74
 
       lzo.o                                                            \
75
76
       mathematics.o                                                    \
76
77
       md5.o                                                            \
77
78
       mem.o                                                            \
89
90
       utils.o                                                          \
90
91
       xtea.o                                                           \
91
92
 
 
93
OBJS-$(CONFIG_LZO)                      += lzo.o
 
94
 
92
95
OBJS += $(COMPAT_OBJS:%=../compat/%)
93
96
 
94
97
SKIPHEADERS          = old_pix_fmts.h