Closed
Bug 949713
Opened 11 years ago
Closed 11 years ago
[unified] redefinition of typedef ‘uc’
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: rillian, Assigned: rillian)
Details
Attachments
(1 file)
1.26 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
Derf reports:
In file included from /home/derf/src/mozilla/mozilla-central/objdir-x86_64-unknown-linux-gnu/media/libvpx/Unified_c_media_libvpx1.c:56:0:
/home/derf/src/mozilla/mozilla-central/media/libvpx/vp8/common/loopfilter_filters.c:16:23: error: redefinition of typedef ‘uc’
/home/derf/src/mozilla/mozilla-central/media/libvpx/vp8/common/loopfilter.c:18:23: note: previous declaration of ‘uc’ was here
It looks like the declaration in loopfilter.c is unused, so we can patch it out.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → giles
Attachment #8346868 -
Flags: review?(cpearce)
Updated•11 years ago
|
Attachment #8346868 -
Flags: review?(cpearce) → review+
Comment 2•11 years ago
|
||
This appears to get my build past this problem, though it errored out in a different section later with what I suspect is a toolchain issue. It got far enough for me to declare that this patch fixes the problem, though.
Comment 4•11 years ago
|
||
Thanks, and sorry for the pain!
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•