mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 09:45:12 +03:00
7 lines
318 B
Diff
7 lines
318 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,2 +1,2 @@
|
|
all:
|
|
- gcc -I/usr/include -I/opt/deadbeef/include -std=c99 -shared -O2 -o ddb_soxr_dsp.so soxr.c -lsoxr -fPIC -Wall -march=native
|
|
\ No newline at end of file
|
|
+ gcc -I/usr/include -I/opt/deadbeef/include -std=c99 -shared -O2 -o ddb_soxr_dsp.so soxr.c -lsoxr -fPIC -Wall
|