1From da6c24a2a87b8cf9692017e32be25d30c0cc7ef4 Mon Sep 17 00:00:00 2001
2From: Andrei Gherzan <andrei@gherzan.ro>
3Date: Tue, 10 Feb 2015 00:52:18 +0100
4Subject: [PATCH] omxplayer: Bump SRCREV
5
6Force the pkg-config native tool. Strangely ffmpeg prepends cross_prefix
7to the default value which obviously is wrong.
8
9Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
10
11---
12Upstream-Status: Pending
13
14 Makefile.ffmpeg | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17Index: git/Makefile.ffmpeg
18===================================================================
19--- git.orig/Makefile.ffmpeg
20+++ git/Makefile.ffmpeg
21@@ -242,7 +242,8 @@ configure:
22 			--disable-decoder=idf \
23 			--disable-decoder=hevc \
24 			--enable-decoder=opus \
25-			--disable-stripping
26+			--disable-stripping \
27+			--pkg-config=pkg-config
28
29 .PHONY : clean
30 clean:
31