Wireshark-commits: [Wireshark-commits] master 63af1da: Kill libwscodecs plugin library, just use pl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Jun 2019 20:59:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63af1da7e72dea670594aa7ce521adc8020ecab4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

63af1da by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Kill libwscodecs plugin library, just use plugins
    
    Change-Id: I085d04840acb53b0b7681787429a2b4e10547cd5
    Reviewed-on: https://code.wireshark.org/review/33068
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  57bb2b2   Move codec plugins to /plugins
     add  63af1da   Kill libwscodecs plugin library, just use plugins


Summary of changes:
 CMakeLists.txt                         |  4 ---
 codecs/CMakeLists.txt                  | 60 ----------------------------------
 debian/control                         | 13 +-------
 debian/libwscodecs0.install            |  2 --
 debian/libwscodecs0.lintian-overrides  |  2 --
 debian/libwscodecs0.symbols            | 13 --------
 doc/README.plugins                     |  2 +-
 docbook/wsug_src/WSUG_app_files.adoc   |  4 +--
 image/libwscodecs.rc.in                | 35 --------------------
 packaging/nsis/wireshark.nsi           |  1 -
 packaging/wix/ComponentGroups.wxi      |  4 ---
 plugins/codecs/G711/CMakeLists.txt     |  2 +-
 plugins/codecs/G711/G711decode.c       |  2 +-
 plugins/codecs/G722/CMakeLists.txt     |  2 +-
 plugins/codecs/G722/G722decode.c       |  2 +-
 plugins/codecs/G726/CMakeLists.txt     |  2 +-
 plugins/codecs/G726/G726decode.c       |  2 +-
 plugins/codecs/G729/CMakeLists.txt     |  2 +-
 plugins/codecs/G729/G729decode.c       |  2 +-
 plugins/codecs/l16_mono/CMakeLists.txt |  2 +-
 plugins/codecs/l16_mono/l16decode.c    |  2 +-
 plugins/codecs/sbc/CMakeLists.txt      |  2 +-
 plugins/codecs/sbc/sbc.c               |  2 +-
 sharkd.c                               |  2 +-
 tools/make-plugin-reg.py               |  2 +-
 ui/qt/main.cpp                         |  2 +-
 ui/rtp_media.c                         |  2 +-
 wsutil/CMakeLists.txt                  |  2 ++
 {codecs => wsutil}/codecs.c            |  0
 {codecs => wsutil}/codecs.h            |  0
 30 files changed, 22 insertions(+), 152 deletions(-)
 delete mode 100644 codecs/CMakeLists.txt
 delete mode 100644 debian/libwscodecs0.install
 delete mode 100644 debian/libwscodecs0.lintian-overrides
 delete mode 100644 debian/libwscodecs0.symbols
 delete mode 100644 image/libwscodecs.rc.in
 rename {codecs => wsutil}/codecs.c (100%)
 rename {codecs => wsutil}/codecs.h (100%)