Wireshark-bugs: [Wireshark-bugs] [Bug 7893] Bluetooth: Add support for AVDTP/A2DP/VDP and SBC co
Comment # 78
on bug 7893
from Michael Mann
(In reply to comment #77)
> Hmm... This patch (6) need: ./autogen && ./configure then "make". I do not
> need to any clean, only this three steps to compile and use new
> functionality. Windows use ./configure too, right?
If you don't do a clean, the functions may be picked up from the old location,
old library which isn't good.
I don't believe Windows uses ./configure, but makefiles aren't exactly my area
of expertise. I'm very grateful to the people who have set it up so it "just
works".
> Reason for move
> codecs.[ch] is: (hmm.. I do not remember, it was one year ago :)) As I
> remember it is for clean ui/gtk/rtp_player.c, provide more consistent
> ui/gtk/main.c and codecs library (not needed to expose additional header of
> any functions/methods of codecs: currently 5 per codec).
With this move you are "crossing libraries", and I assume this is the reason
for the link errors. Can the additional functionality be made without moving
files? I'd still reference Anders' thoughts in comment #7 (repeated in comment
#20) that codecs' should register themselves.
You are receiving this mail because:
- You are watching all bug changes.