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
@ -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…
x
Reference in New Issue
Block a user