[gstreamer-bugs] [Bug 543286] deinterlace2 doesn't build outside gcc

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jul 18 01:33:54 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=543286

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org
 Attachment #114667|none                        |rejected
               Flag|                            |
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.8




------- Comment #3 from Sebastian Dröge  2008-07-18 08:33 UTC -------
Ok, I've fixed this a bit different now. tomsmocomp is now disabled for this
release until I've ported it and the bugs are fixed.

Also the plugin is now built on all architectures but the inline assembly is
only built if we build on x86 or amd64 and gcc inline assembly is supported.
Can you confirm that this works on forte too this way?

2008-07-18  Sebastian Dröge  <sebastian.droege at collabora.co.uk>

        * configure.ac:
        * gst/deinterlace2/Makefile.am:
        * gst/deinterlace2/gstdeinterlace2.c:
        (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
        (gst_deinterlace2_class_init), (gst_deinterlace2_init):
        * gst/deinterlace2/gstdeinterlace2.h:
        * gst/deinterlace2/tvtime/greedy.c:
        (gst_deinterlace_method_greedy_l_class_init):
        * gst/deinterlace2/tvtime/greedyh.c:
        (gst_deinterlace_method_greedy_h_class_init):
        * gst/deinterlace2/tvtime/vfir.c:
        (gst_deinterlace_method_vfir_class_init):
        Disable the tomsmocomp algorithm for this release as it's buggy
        and has no C implementation yet.

        Build the deinterlace2 plugin on all architectures but still mark it
        as experimental.

        Build the x86 inline assembly only if GCC inline assembly is supported
        and only on x86 or amd64. Fixes bug #543286.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=543286.




More information about the Gstreamer-bugs mailing list