shithub: openh264

Download patch

ref: ee515e8b358cf88d29a2f4a4f3a1125b3b707f3c
parent: fb5c60b6fcf35cb907a0b651157721b1005843c4
author: zhuiling <[email protected]>
date: Mon Feb 2 05:17:19 EST 2015

fix it

--- a/codec/build/android/enc/jni/myjni.cpp
+++ b/codec/build/android/enc/jni/myjni.cpp
@@ -34,7 +34,7 @@
   /**************** Add the native codes/API *****************/
   char* argv[2];
   int  argc = 2;
-  argv[0] = (char*) ("decConsole.exe");
+  argv[0] = (char*) ("encConsole.exe");
   argv[1] = (char*) ((*env).GetStringUTFChars (jsFileNameIn, NULL));
   LOGI ("Start to run JNI module!+++");
   EncMain (argc, argv);