blob: ed819993968df6ca491f52403b5f53f877885cf9 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001Force the pkg-config native tool. Strangely ffmpeg prepends cross_prefix
2to the default value which obviously is wrong.
3
4Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
5
6Index: git/Makefile.ffmpeg
7===================================================================
8--- git.orig/Makefile.ffmpeg
9+++ git/Makefile.ffmpeg
10@@ -245,7 +245,8 @@ configure:
11 --disable-decoder=idf \
12 --enable-decoder=opus \
13 --cross-prefix=$(HOST)- \
14- --disable-stripping
15+ --disable-stripping \
16+ --pkg-config=pkg-config
17
18 .PHONY : clean
19 clean: