diff options
author | Andrew Turner <zxombie@hotpop.com> | 2003-08-21 04:42:56 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-21 04:42:56 +0000 |
commit | 4fed0853adc77c0ab80e50ea5920fc21a25659f3 (patch) | |
tree | 522ab348821d7f9317ebdd1773b7aa855ecf6d60 /gst-libs/ext/mplex/inputstrm.cc | |
parent | b3e56c4bde48ef161817b903ce2bd74b789fda4c (diff) | |
download | gst-plugins-bad-4fed0853adc77c0ab80e50ea5920fc21a25659f3.tar.gz gst-plugins-bad-4fed0853adc77c0ab80e50ea5920fc21a25659f3.tar.bz2 gst-plugins-bad-4fed0853adc77c0ab80e50ea5920fc21a25659f3.zip |
compilation problems on FreeBSD.
Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes
compilation problems on FreeBSD.
Diffstat (limited to 'gst-libs/ext/mplex/inputstrm.cc')
-rw-r--r-- | gst-libs/ext/mplex/inputstrm.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/ext/mplex/inputstrm.cc b/gst-libs/ext/mplex/inputstrm.cc index 4a19724a..64edec54 100644 --- a/gst-libs/ext/mplex/inputstrm.cc +++ b/gst-libs/ext/mplex/inputstrm.cc @@ -61,6 +61,7 @@ MuxStream::BufferSizeCode () return buffer_size / 128; else assert (false); + return 0; } |