mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
compilation problems on FreeBSD.
Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
This commit is contained in:
parent
b3e56c4bde
commit
4fed0853ad
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ MuxStream::BufferSizeCode ()
|
||||||
return buffer_size / 128;
|
return buffer_size / 128;
|
||||||
else
|
else
|
||||||
assert (false);
|
assert (false);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue