This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
823
Wiki
Activity
Browse Source
add a primitive makefile
git.mgm/mediaproxy-ng/2.0
Richard Fuchs
14 years ago
parent
d9c97b06f0
commit
1a0fc782f0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
iptables-extension/Makefile
+0
-2
iptables-extension/libxt_MEDIAPROXY.c
+ 2
- 0
iptables-extension/Makefile
View File
@ -0,0 +1,2 @@
libxt_MEDIAPROXY.so
:
libxt_MEDIAPROXY
.
c
gcc -O2 -Wall -shared -fPIC -o libxt_MEDIAPROXY.so libxt_MEDIAPROXY.c
+ 0
- 2
iptables-extension/libxt_MEDIAPROXY.c
View File
@ -1,5 +1,3 @@
/* gcc -O2 -Wall -shared -fPIC -o libxt_MEDIAPROXY.so libxt_MEDIAPROXY.c */
#
include
<stdio.h>
#
include
<stdlib.h>
#
include
<getopt.h>
Write
Preview
Loading…
Cancel
Save