Skip to content

Commit 31f2faf

Browse files
authored
Merge pull request #89 from nanqube/patch-4
Update Makefile
2 parents 1a46e0e + 35d5dd0 commit 31f2faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-hnp/ffmpeg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ all: download/src.zip ohos_config.sh
2323
cd temp/pkgconfig && cp ../../../sysroot/lib/pkgconfig/opus.pc . && sed -i 's@$(PREFIX)@$(shell pwd)/../sysroot@g' opus.pc
2424

2525
# debug output
26-
pkg-config -cflags --libs SvtAv1Enc opus
26+
pkg-config --cflags --libs SvtAv1Enc opus
2727

2828
# configure and build
2929
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

Comments
 (0)