Re: [Wireshark-dev] How to disable QT_MULTIMEDIA_LIB during cmake

2021-04-28 Thread John Thacker
In general some features can be disabled, see CMakeOptions.txt for a list, but Qt Multimedia Lib cannot be disabled easily. If you look at cmakeconfig.h.in: /* Define to the version of this package. */ #cmakedefine

Re: [Wireshark-dev] How to disable QT_MULTIMEDIA_LIB during cmake

2021-04-28 Thread Roland Knall
I have created a change which handles the CMAKE stuff correctly (analog to extcap & pcap, ...) I would need some help from you Jirka for the RTP specifics. kind regards Roland Am Mi., 28. Apr. 2021 um 14:01 Uhr schrieb John Thacker < johnthac...@gmail.com>: > In general some features can be

Re: [Wireshark-dev] How to disable QT_MULTIMEDIA_LIB during cmake

2021-04-28 Thread Roland Knall
A merge request has been generated for this: https://gitlab.com/wireshark/wireshark/-/merge_requests/2849 cheers Am Mi., 28. Apr. 2021 um 14:33 Uhr schrieb Roland Knall : > I have created a change which handles the CMAKE stuff correctly (analog to > extcap & pcap, ...) > > I would need some

Re: [Wireshark-dev] How to disable QT_MULTIMEDIA_LIB during cmake

2021-04-28 Thread Jirka Novak
Hi Roland, I see your merge request. So my task is to review it and make it running with QT_MULTIMEDIA_LIB undefined, right? BTW it was my original idea to do. Best regards, Jirka Novak