compilation problems on FreeBSD.
authorAndrew Turner <zxombie@hotpop.com>
Thu, 21 Aug 2003 04:42:56 +0000 (04:42 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 21 Aug 2003 04:42:56 +0000 (04:42 +0000)
Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307).  Fixes
compilation problems on FreeBSD.

gst-libs/ext/mplex/inputstrm.cc

index 4a19724..64edec5 100644 (file)
@@ -61,6 +61,7 @@ MuxStream::BufferSizeCode ()
     return buffer_size / 128;
   else
     assert (false);
+  return 0;
 }