~broder/ubuntu/natty/gst-plugins-base0.10/perlsectomy

« back to all changes in this revision

Viewing changes to gst/ffmpegcolorspace/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-26 21:12:29 UTC
  • mfrom: (11.5.1 upstream) (33.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100626211229-0k34egbnd2octtpv
Tags: 0.10.29.2-1
* New upstream pre-release:
  + debian/rules,
    debian/compat,
    debian/control.in,
    debian/source/format,
    debian/patches/*:
    - Update to debhelper compat level 7.
    - Update to source format 3.0 (quilt).
    - Update to Standards-Version 3.8.4.
  + debian/build-deps.in,
    debian/rules:
    - Build depend on GLib 2.20 and GStreamer 0.10.29.2.
    - Build depend on ORC instead of liboil.
  + debian/patches/00*:
    - Dropped, merged upstream.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with the new API.
  + debian/patches/01_videotestsrc-libm-linking.patch,
    debian/patches/02_videoscale-libm-linking.patch:
    - Link videotestsrc and videoscale with libm to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
plugin_LTLIBRARIES = libgstffmpegcolorspace.la
2
2
 
3
3
libgstffmpegcolorspace_la_SOURCES = \
4
 
        gstffmpeg.c \
5
4
        gstffmpegcolorspace.c \
6
5
        gstffmpegcodecmap.c \
7
6
        dsputil.c \
9
8
        utils.c \
10
9
        imgconvert.c
11
10
 
12
 
libgstffmpegcolorspace_la_CFLAGS = $(GST_CFLAGS)
 
11
libgstffmpegcolorspace_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
13
12
libgstffmpegcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14
 
libgstffmpegcolorspace_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
 
13
libgstffmpegcolorspace_la_LIBADD = \
 
14
        $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
 
15
        $(GST_BASE_LIBS) $(GST_LIBS)
15
16
libgstffmpegcolorspace_la_LIBTOOLFLAGS = --tag=disable-static
16
17
 
17
18
noinst_HEADERS = \