From a82f777b09c5fad90a995605d12b203ccdf9c51c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 22 Jul 2003 21:20:06 +0000 Subject: Fix warnings/errors due to missing assert declaration. Original commit message from CVS: Fix warnings/errors due to missing assert declaration. --- ext/mplex/ac3strm_in.cc | 1 + ext/mplex/gstmplex.cc | 2 +- ext/mplex/lpcmstrm_in.cc | 1 + ext/mplex/multplex.cc | 1 + ext/mplex/stillsstream.cc | 1 + ext/mplex/systems.cc | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) (limited to 'ext/mplex') diff --git a/ext/mplex/ac3strm_in.cc b/ext/mplex/ac3strm_in.cc index 5dfc22d1..9c3716ec 100644 --- a/ext/mplex/ac3strm_in.cc +++ b/ext/mplex/ac3strm_in.cc @@ -27,6 +27,7 @@ #include "audiostrm.hh" #include "outputstream.hh" +#include diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index 1142dd78..03cc6e8d 100644 --- a/ext/mplex/gstmplex.cc +++ b/ext/mplex/gstmplex.cc @@ -87,7 +87,7 @@ GST_PAD_TEMPLATE_FACTORY (audio_sink_factory, GST_CAPS_NEW ( "sink_audio", "audio/mpeg", - "layer", GST_PROPS_RANGE (1, 3) + "layer", GST_PROPS_INT_RANGE (1, 3) ) ) diff --git a/ext/mplex/lpcmstrm_in.cc b/ext/mplex/lpcmstrm_in.cc index 2e73a625..448094ed 100644 --- a/ext/mplex/lpcmstrm_in.cc +++ b/ext/mplex/lpcmstrm_in.cc @@ -28,6 +28,7 @@ #include "audiostrm.hh" #include "outputstream.hh" +#include diff --git a/ext/mplex/multplex.cc b/ext/mplex/multplex.cc index 5a1d4b1b..dcdc97ba 100644 --- a/ext/mplex/multplex.cc +++ b/ext/mplex/multplex.cc @@ -10,6 +10,7 @@ #include "videostrm.hh" #include "outputstream.hh" +#include /******************************************************************* diff --git a/ext/mplex/stillsstream.cc b/ext/mplex/stillsstream.cc index 95c89505..1b6d10b3 100644 --- a/ext/mplex/stillsstream.cc +++ b/ext/mplex/stillsstream.cc @@ -25,6 +25,7 @@ #include "stillsstream.hh" #include "outputstream.hh" +#include void StillsStream::Init () diff --git a/ext/mplex/systems.cc b/ext/mplex/systems.cc index 8aa39379..fd5b9082 100644 --- a/ext/mplex/systems.cc +++ b/ext/mplex/systems.cc @@ -6,6 +6,7 @@ #include #include "systems.hh" #include "mplexconsts.hh" +#include uint8_t dummy_buf[8000]; void -- cgit v1.2.1