02 2021 档案
摘要:https://www.jianshu.com/p/cc1bdada166f https://www.jianshu.com/p/cc1bdada166f
阅读全文
摘要:下载 codeblocks-20.03mingw-setup.exe mysys2 然后 codeblock里的mingw拷贝过去 然后 mingw32-make. https://www.cnblogs.com/wanggang123/p/9896564.html pacman -S diffut
阅读全文
摘要:https://www.cnblogs.com/xylc/p/8074905.html and的 https://www.cnblogs.com/it-tsz/tag/android/default.html?page=5 用codeblocks --
阅读全文
摘要:https://blog.csdn.net/afei198409/article/details/88560411 试试这个mingw的 NDK=/home/android-ndk-r19cexport=NDK https://blog.hepeichao.com/336.html
阅读全文
摘要:package sample.comomDll; import com.sun.jna.*; import com.sun.jna.ptr.ByteByReference; import com.sun.jna.win32.StdCallLibrary.StdCallCallback; //impo
阅读全文
摘要:参考这个 https://blog.csdn.net/bobcat_kay/article/details/80889398 下载r17 的ndk(按文章版本)和最新的ffmpeg 建立 build.sh #!/bin/bash NDK=/home/wang/program/android-ndk-
阅读全文
摘要:(用jni,jna速度差百倍) 1 、 android 里 Hello.java package com.example.administrator.t1; public class Hello { static { System.loadLibrary("sayhello"); } public
阅读全文
摘要:#include <stdio.h> #include <stdlib.h> extern "C" { #include <SDL.h> #include "libavutil/opt.h" #include "libavutil/channel_layout.h" #include "libavu
阅读全文
摘要:sdl 音频最简 https://blog.csdn.net/leixiaohua1020/article/details/40544521?utm_medium=distribute.pc_relevant.none-task-blog-OPENSEARCH-2.control&depth_1-u
阅读全文
摘要:#include <stdio.h> #include <stdlib.h> extern "C" { #include <SDL.h> #include "libavutil/opt.h" #include "libavutil/channel_layout.h" #include "libavu
阅读全文
摘要:gcc -fpermissive sp.c -I ../ff4.3.1 -L ./lib -lavdevice -lavfilter -lavformat -lavcodec -lswresample -lswscale -lavutil -lm -lpthread -lz -llzma #incl
阅读全文