Wireshark-commits: [Wireshark-commits] master 5e27a39: Add Bluetooth SBC Codec support in cmake

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Feb 2014 21:44:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e27a39fc6ed65bca15461bb61c26bbb0a946f88
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5e27a39 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Add Bluetooth SBC Codec support in cmake
    
    SBC Codec can be optionally linked with Wireshark to provide
    ability to playing RTP/SBC stream by RTP Player.
    
    Change-Id: Iffbae16a741ffbfd0fb55a300064739d2c27c2e5
    Reviewed-on: https://code.wireshark.org/review/223
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  49abfc4   Display the number of unknown BGP Path Attribut (use val_to_str)
    adds  5e27a39   Add Bluetooth SBC Codec support in cmake


Summary of changes:
 CMakeLists.txt              |    7 +++++++
 CMakeOptions.txt            |    1 +
 cmake/modules/FindSBC.cmake |   35 +++++++++++++++++++++++++++++++++++
 cmakeconfig.h.in            |    3 +++
 4 files changed, 46 insertions(+)
 create mode 100644 cmake/modules/FindSBC.cmake