mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +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
b5c527d9d8
commit
905b39124f
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