File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -110,19 +110,19 @@ portaudio/Makefile:
110110$(PA_LIB ) : portaudio/Makefile
111111 cd $(dir $< ) && git clean -fdx && git reset --hard HEAD
112112 cd $(dir $< ) && ./configure \
113- --enable-static \
114- --disable-shared \
115- --without-samples \
116- --without-tests \
117- --without-oss \
118- --without-sndio \
119- --disable-dependency-tracking \
120- $(PA_CONFIG_PARAMS)
113+ --enable-static \
114+ --disable-shared \
115+ --without-samples \
116+ --without-tests \
117+ --without-oss \
118+ --without-sndio \
119+ --disable-dependency-tracking \
120+ $(PA_CONFIG_PARAMS)
121121 $(MAKE) -C $(dir $<)
122122main.o : $(PA_LIB )
123123virtio-snd.o : $(PA_LIB )
124+ CFLAGS += -Wno-unused-parameter
124125# suppress warning when compiling PortAudio
125- # virtio-snd.o: CFLAGS += -Wno-unused-parameter
126126endif
127127
128128# Set libm as the last dependency so that no need to set -lm seperately.
You can’t perform that action at this time.
0 commit comments