ronnie sahlberg wrote: > modified and checked in > >> >> 2006-08-25 Shaun Jackman <[EMAIL PROTECTED]> >> >> * asn1/Makefile.am (EXTRA_DIST): Add mpeg. >> * asn1/mpeg/Makefile: New file. >> * asn1/mpeg/mpeg-audio.asn: Ditto. >> * asn1/mpeg/mpeg-audio.cnf: Ditto. >> * asn1/mpeg/mpeg-pes.asn: Ditto. >> * asn1/mpeg/mpeg-pes.cnf: Ditto. >> * asn1/mpeg/packet-mpeg-audio-template.c: Ditto. >> * asn1/mpeg/packet-mpeg-pes-template.c: Ditto. >> * epan/dissectors/Makefile.common (DISSECTOR_SRC): >> Add packet-mpeg-audio.c and packet-mpeg-pes.c. >>
This failed to compile on win32 (MSVC 6.0) with the following errors Creating library libwireshark.lib and object libwireshark.exp dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved external symbol _mpa_padding dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved external symbol _mpa_layers dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved external symbol _mpa_samples dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved external symbol _mpa_frequencies dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved external symbol _mpa_bitrates dissectors.lib(packet-mpeg-audio.obj) : error LNK2001: unresolved external symbol _mpa_versions libwireshark.dll : fatal error LNK1120: 6 unresolved externals -- Regards, Graham Bloice _______________________________________________ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev