From 3e54cabf8193e6a8cd607b1671defb8b6800b53d Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Wed, 26 Jul 2017 23:23:12 +0200 Subject: Add G.729 decoding based on bcg729 library Bug: 13635 Change-Id: Ic22a0719a59da13e51425aeb747e88caca0d6512 Reviewed-on: https://code.wireshark.org/review/22808 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Petri-Dish: Gerald Combs Reviewed-by: Pascal Quantin Reviewed-by: Anders Broman --- packaging/rpm/SPECS/wireshark.spec.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'packaging/rpm') diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index 48a295d9c7..827f446e9c 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -13,6 +13,7 @@ %global with_c_ares 1 %global with_portaudio 0 %global with_spandsp 0 +%global with_bcg729 0 %global with_libxml2 1 %global with_nghttp2 1 %global with_extcap 1 @@ -241,6 +242,10 @@ Requires: portaudio BuildRequires: spandsp-devel Requires: spandsp %endif +%if %{with_bcg729} +BuildRequires: bcg729-devel +Requires: bcg729 +%endif %if %{with_libxml2} BuildRequires: libxml2-devel Requires: libxml2 @@ -282,6 +287,9 @@ This package contains the GTK+ Wireshark GUI and desktop integration files. %if %{with_spandsp} --with-spandsp \ %endif +%if %{with_bcg729} + --with-bcg729 \ +%endif %if %{with_libxml2} --with-libxml2 \ %else @@ -486,6 +494,9 @@ fi %endif %changelog +* Wed Jul 26 2017 Pascal Quantin +- Added bcg729 (as an option, defaulting to not required). + * Tue Apr 4 2017 Ahmad Fatoum - Added libxml2 (as an option, defaulting to required). -- cgit v1.2.3