aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-02-09 12:00:52 +0000
committerChris Rees <crees@FreeBSD.org>2013-02-09 12:00:52 +0000
commit0dd757920977efb2456287e8d7920b3822c5bbe4 (patch)
tree2de43f02a7adf2cde27a75528b780bbad6998d32 /audio
parent3bd68caae6f1f5f5a640f544bb3bc8bb194a055c (diff)
downloadports-0dd757920977efb2456287e8d7920b3822c5bbe4.tar.gz
ports-0dd757920977efb2456287e8d7920b3822c5bbe4.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/baresip/Makefile.depends2
-rw-r--r--audio/maplay/files/patch-maplay.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/baresip/Makefile.depends b/audio/baresip/Makefile.depends
index 58d6a6dfab86..d5ea40e05a72 100644
--- a/audio/baresip/Makefile.depends
+++ b/audio/baresip/Makefile.depends
@@ -3,7 +3,7 @@
ALSA_DEPEND= ${LOCALBASE}/include/alsa/asoundlib.h:${PORTSDIR}/audio/alsa-lib
BV32_DEPEND= # nonexistent
CELT_DEPEND= ${LOCALBASE}/include/celt/celt.h:${PORTSDIR}/audio/celt
-CONS_DEPEND= # unneccessary
+CONS_DEPEND= # unnecessary
EVDEV_DEPEND=
FFMPEG_DEPEND= ${LOCALBASE}/include/libavcodec/avcodec.h:${PORTSDIR}/multimedia/ffmpeg
G711_DEPEND= ${LOCALBASE}/include/spandsp/g711.h:${PORTSDIR}/comms/spandsp
diff --git a/audio/maplay/files/patch-maplay.cc b/audio/maplay/files/patch-maplay.cc
index 13f2566cdc5a..ac553386fb82 100644
--- a/audio/maplay/files/patch-maplay.cc
+++ b/audio/maplay/files/patch-maplay.cc
@@ -172,7 +172,7 @@
if (range_violations)
{
- cerr << range_violations << " range violations have occured!\n";
-+ std::cerr << range_violations << " range violations have occured!\n";
++ std::cerr << range_violations << " range violations have occurred!\n";
if (stdout_mode)
- cerr << "If you notice these violations,\n";
+ std::cerr << "If you notice these violations,\n";