Change codecs from static to dynamic library
authorPascal Quantin <pascal.quantin@gmail.com>
Thu, 3 Dec 2015 20:32:25 +0000 (21:32 +0100)
committerGuy Harris <guy@alum.mit.edu>
Thu, 3 Dec 2015 23:54:49 +0000 (23:54 +0000)
commit651e0884b7d9fdf64d5310c4e317d757d2357259
tree5130af56d46332ddfb40e9ed3a71e04e9a67c88d
parent687b2dcadc22e2404c9ad7516eca2fa868338120
Change codecs from static to dynamic library

This allows to properly register codecs plugins.
See https://www.wireshark.org/lists/wireshark-dev/201511/msg00202.html for details.

Change-Id: Ibc13a19936abb7a2e81b86582a75fa424351565b
Reviewed-on: https://code.wireshark.org/review/12385
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Guy Harris <guy@alum.mit.edu>
17 files changed:
CMakeLists.txt
Makefile.am
Makefile.nmake
codecs/CMakeLists.txt
codecs/Makefile.am
codecs/Makefile.common
codecs/Makefile.nmake
codecs/codecs.h
codecs/speex/speex_resampler.h
debian/control
debian/libwscodecs0.install [new file with mode: 0644]
debian/libwscodecs0.symbols [new file with mode: 0644]
image/Makefile.nmake
image/libwscodecs.rc.in [new file with mode: 0644]
packaging/nsis/Makefile.nmake
packaging/nsis/wireshark.nsi
ui/qt/Wireshark.pro