Closed
Bug 772057
Opened 13 years ago
Closed 13 years ago
hidden symbol `vpx_codec_get_cx_data' isn't defined
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: t.matsuu, Assigned: t.matsuu)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.42 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
After enabling webRTC, m-c build with system libvpx is failed during libxul.so generation.
/usr/bin/ld: libxul.so: hidden symbol `vpx_codec_get_cx_data' isn't defined
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[5]: *** [libxul.so] Error 1
vpx_codec_get_cx_data seems to be defined at vpx_encoder.h and used at media/webrtc/trunk/src/modules/video_coding/codecs/vp8/main/source/vp8.cc.
Comment 1•13 years ago
|
||
What version of libvpx are you using?
What's the output of readelf -Ws on your libvpx .so?
Assignee | ||
Comment 2•13 years ago
|
||
Updated•13 years ago
|
Attachment #640216 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 3•13 years ago
|
||
Updated•13 years ago
|
Keywords: checkin-needed
Target Milestone: --- → mozilla16
Assignee | ||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•