We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a46e0e + 35d5dd0 commit 31f2fafCopy full SHA for 31f2faf
1 file changed
build-hnp/ffmpeg/Makefile
@@ -23,7 +23,7 @@ all: download/src.zip ohos_config.sh
23
cd temp/pkgconfig && cp ../../../sysroot/lib/pkgconfig/opus.pc . && sed -i 's@$(PREFIX)@$(shell pwd)/../sysroot@g' opus.pc
24
25
# debug output
26
- pkg-config -cflags --libs SvtAv1Enc opus
+ pkg-config --cflags --libs SvtAv1Enc opus
27
28
# configure and build
29
cd temp/src && ./ohos_config.sh $(shell pwd)/temp/src $(PREFIX) aarch64 $(OHOS_SDK_HOME)/native/llvm $(OHOS_SDK_HOME)/native/sysroot false
0 commit comments