mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 14:22:00 +00:00
Add build scripts and shared libraries for linux x64
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
rm *.o libnv_avc_dec.so
|
||||
gcc -I /usr/lib/jvm/java-7-openjdk-amd64/include/ -I ./inc -fPIC -L. -c *.c
|
||||
gcc -shared -Wl,-soname,libnv_avc_dec.so -Wl,--no-undefined -o libnv_avc_dec.so *.o -L. -lavcodec -lavfilter -lavformat -lavutil -lswresample -lswscale
|
||||
rm *.o
|
||||
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
rm *.o libnv_opus_dec.so
|
||||
gcc -I include -I /usr/lib/jvm/java-7-openjdk-amd64/include/ -I ./inc -fPIC -c *.c
|
||||
gcc -shared -Wl,-soname,libnv_opus_dec.so -Wl,--no-undefined -o libnv_opus_dec.so *.o -L. -lopus
|
||||
rm *.o
|
||||
|
||||
Reference in New Issue
Block a user