~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to gst/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-14 09:04:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120914090441-1ul912ezvm3xfael
Tags: 0.11.94-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/control.in:
    - Build-depend on gtk-doc >= 1.12.
  + debian/patches/0001-netclientclock-simplify-by-using-g_socket_condition_.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
        gst_private.h
219
219
 
220
220
gstenumtypes.h: $(gst_headers)
221
 
        $(AM_V_GEN)glib-mkenums \
 
221
        $(AM_V_GEN)$(GLIB_MKENUMS) \
222
222
        --fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
223
223
        --fprod "\n/* enumerations from \"@filename@\" */\n" \
224
224
        --vhead "GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
226
226
        $^ > gstenumtypes.h
227
227
 
228
228
gstenumtypes.c: $(gst_headers)
229
 
        $(AM_V_GEN)glib-mkenums \
 
229
        $(AM_V_GEN)$(GLIB_MKENUMS) \
230
230
        --fhead "#include \"gst_private.h\"\n#include <gst/gst.h>\n#define C_ENUM(v) ((gint) v)\n#define C_FLAGS(v) ((guint) v)\n " \
231
231
        --fprod "\n/* enumerations from \"@filename@\" */" \
232
232
        --vhead "GType\n@enum_name@_get_type (void)\n{\n  static gsize id = 0;\n  static const G@Type@Value values[] = {"     \