diff options
author | Oliver Epper <oliver.epper@gmail.com> | 2024-06-06 14:54:26 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:48 +0200 |
commit | c83600fb2acbd09b013eaea21e57924a687f1352 (patch) | |
tree | 73754c379c0ac51e8c306cbe5ff8309130e6eadd /net/pjsip/files/patch-pjmedia_build_os-auto.mak.in | |
parent | www/httest: Deprecate and set expiration date to 2024-06-30 (diff) |
net/pjsip: Update to 2.14.1 and adopt port
Major rework of port for better compliance with Porters Handbook and
general guidelines. Pass maintainership to submitter
Changelog:
https://github.com/pjsip/pjproject/releases/tag/2.14.1
PR: 277445
Diffstat (limited to 'net/pjsip/files/patch-pjmedia_build_os-auto.mak.in')
-rw-r--r-- | net/pjsip/files/patch-pjmedia_build_os-auto.mak.in | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in b/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in index 371f9b5a8d48..e69de29bb2d1 100644 --- a/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in +++ b/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in @@ -1,52 +0,0 @@ ---- pjmedia/build/os-auto.mak.in.orig 2022-11-24 05:24:24 UTC -+++ pjmedia/build/os-auto.mak.in -@@ -242,49 +242,7 @@ endif - endif - - --# --# MacOSX specific --# --ifneq ($(findstring coreaudio,$(AC_PJMEDIA_SND)),) --export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_COREAUDIO=1 \ -- -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 \ -- -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 --endif -- --# --# Unix specific --# --ifneq ($(findstring alsa,$(AC_PJMEDIA_SND)),) --export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_ALSA=1 \ -- -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 \ -- -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 --endif -- --# --# Windows specific --# --ifneq ($(findstring win32,$(AC_PJMEDIA_SND)),) --export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_WMME=1 \ -- -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 --else - export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 --endif -- --# --# Null sound device --# --ifeq ($(AC_PJMEDIA_SND),null) --export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 \ -- -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 --endif -- --# --# External sound device --# --ifeq ($(AC_PJMEDIA_SND),external) --export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 \ -- -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 --endif - - # - # QT video device |