[Bug 710451] yadif: OSX linking fails because of unresolved symbols: "pb_1" and "pw_1" unreferenced

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 1 10:42:09 CET 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710451
  GStreamer | gst-plugins-bad | unspecified

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.2.1

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-11-01 09:42:08 UTC ---
commit 010fd8a471bc60ea1490d43bc6d32d5dcc77c18d
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Fri Nov 1 10:41:16 2013 +0100

    yadif: Fix compiler warning caused by specifying const twice

      yadif.c:49:24: warning: duplicate 'const' declaration specifier
[-Wduplicate-decl-specifier]
      DECLARE_ASM_CONST (16, const xmm_reg, pb_1) = {
                           ^
      yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
      #define DECLARE_ASM_CONST(n,t,v)    static const t __attribute__((used))
__attribute__ ((aligned (n))) v
                                                     ^
      yadif.c:52:24: warning: duplicate 'const' declaration specifier
[-Wduplicate-decl-specifier]
      DECLARE_ASM_CONST (16, const xmm_reg, pw_1) = {
                           ^
      yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
      #define DECLARE_ASM_CONST(n,t,v)    static const t __attribute__((used))
__attribute__ ((aligned (n)))

commit 411cf48db7a2eeaf3c22ef8d47ddc1781e7ede6d
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Fri Nov 1 10:40:06 2013 +0100

    yadif: Fix build with XCode

    https://bugzilla.gnome.org/show_bug.cgi?id=710451

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list