Skip to content

Commit

Permalink
Added Nat uPnP port mapping supported file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou Chang committed Nov 2, 2012
1 parent a05c841 commit 5c92de0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions jni/libnatpmp_build.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LOCAL_SRC_FILES += libnatpmp/natpmp.c\
libnatpmp/getgateway.c

libnatpmp/getgateway.c\
natpmpclient.cpp

2 changes: 1 addition & 1 deletion jni/mp3encoder.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "audioencoder.h"
#include "beginvision.h"

#include "libmp3lame/lame.h"

Expand Down
10 changes: 10 additions & 0 deletions jni/natpmpclient.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#include "beginvision.h"

#define JNIDEFINE(fname) Java_teaonly_droideye_MainActivity_##fname

extern "C" {
JNIEXPORT jstring JNICALL JNIDEFINE(nativeQueryInternet)(JNIEnv* env, jclass clz);
};



0 comments on commit 5c92de0

Please sign in to comment.