Teaonly / android-eye

Change your android phone to surveillance camera
Other
1.08k stars 492 forks source link

fix for libmp3lame/set_get.h #4

Closed aborilov closed 11 years ago

aborilov commented 11 years ago

--- a/jni/libmp3lame/set_get.h +++ b/jni/libmp3lame/set_get.h @@ -21,7 +21,7 @@

ifndef SET_GET_H

define SET_GET_H

-#include +#include "lame.h"

if defined(__cplusplus)

extern "C" {

Laur3nt1u commented 11 years ago

only need to replace #include < lame.h > with #include "lame.h" from set_get.h then run ndk-build

aborilov commented 11 years ago

yep, that what do my patch