mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-09 17:36:11 +00:00
6 lines
213 B
Bash
Executable File
6 lines
213 B
Bash
Executable File
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
|
|
|