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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-13 23:10:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061213231028-gb7p40u24i5dk331
Tags: 0.10.2-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Enable the encoders again
* debian/control:
  + Add part about encoders to the description again

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
noinst_LTLIBRARIES = libavutil.la
13
13
libavutil_la_SOURCES = \
14
 
        eval.c \
15
14
        integer.c \
16
15
        intfloat_readwrite.c \
17
16
        mathematics.c \
18
 
        rational.c
 
17
        rational.c \
 
18
        crc.c \
 
19
        adler32.c \
 
20
        lls.c \
 
21
        log.c \
 
22
        md5.c \
 
23
        mem.c \
 
24
        softfloat.c \
 
25
        fifo.c
19
26
 
20
27
libavutildir = $(includedir)/ffmpeg
21
28
libavutil_HEADERS = \
25
32
        mathematics.h \
26
33
        rational.h \
27
34
        integer.h \
28
 
        intfloat_readwrite.h
 
35
        intfloat_readwrite.h \
 
36
        crc.h \
 
37
        adler32.h \
 
38
        internal.h \
 
39
        lls.h \
 
40
        log.h \
 
41
        md5.h \
 
42
        softfloat.h \
 
43
        x86_cpu.h \
 
44
        fifo.h