mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-10 18:06:32 +00:00
Add build scripts and shared libraries for linux x64
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
||||
<attributes>
|
||||
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="limelight-pc/libs"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="libs/limelight-common.jar"/>
|
||||
<classpathentry kind="lib" path="libs/xpp3-1.1.4c.jar"/>
|
||||
<classpathentry kind="lib" path="libs/jinput.jar"/>
|
||||
|
||||
5
limelight-pc/jni/nv_avc_dec/build.sh
Executable file
5
limelight-pc/jni/nv_avc_dec/build.sh
Executable file
@@ -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
|
||||
|
||||
5
limelight-pc/jni/nv_opus_dec/build.sh
Executable file
5
limelight-pc/jni/nv_opus_dec/build.sh
Executable file
@@ -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
|
||||
|
||||
BIN
limelight-pc/libs/libavcodec-55.so
Executable file
BIN
limelight-pc/libs/libavcodec-55.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libavfilter-3.so
Executable file
BIN
limelight-pc/libs/libavfilter-3.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libavformat-55.so
Executable file
BIN
limelight-pc/libs/libavformat-55.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libavutil-52.so
Executable file
BIN
limelight-pc/libs/libavutil-52.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libnv_avc_dec.so
Executable file
BIN
limelight-pc/libs/libnv_avc_dec.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libnv_opus_dec.so
Executable file
BIN
limelight-pc/libs/libnv_opus_dec.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libopus.so
Executable file
BIN
limelight-pc/libs/libopus.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libswresample-0.so
Executable file
BIN
limelight-pc/libs/libswresample-0.so
Executable file
Binary file not shown.
BIN
limelight-pc/libs/libswscale-2.so
Executable file
BIN
limelight-pc/libs/libswscale-2.so
Executable file
Binary file not shown.
Reference in New Issue
Block a user