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 4a19724a577e6309d7c2ed36fcbb566eb05593e1..64edec54fd4766dc7c460e84f31a950f662074c3 100644 (file)
@@ -61,6 +61,7 @@ MuxStream::BufferSizeCode ()
     return buffer_size / 128;
   else
     assert (false);
+  return 0;
 }