mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +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
3269b5d6d2
commit
4f5c2b190c
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
|
||||
#include "efence.h"
|
||||
|
||||
#ifndef MAP_ANONYMOUS
|
||||
#define MAP_ANONYMOUS MAP_ANON
|
||||
#endif
|
||||
|
||||
static GstElementDetails plugin_details = {
|
||||
"Electric Fence",
|
||||
"Testing/EFence",
|
||||
|
|
Loading…
Reference in a new issue