blob: e580470c05a0dc3dfdb75bf02a0662c9e19c7e4d [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 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
Patrick Williams8b8bc412016-08-17 15:02:23 -05006Force 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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011---
12 Makefile.ffmpeg | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
Patrick Williams8b8bc412016-08-17 15:02:23 -050015Index: git/Makefile.ffmpeg
16===================================================================
17--- git.orig/Makefile.ffmpeg
18+++ git/Makefile.ffmpeg
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019@@ -242,7 +242,8 @@ configure:
Patrick Williams8b8bc412016-08-17 15:02:23 -050020 --disable-decoder=idf \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021 --disable-decoder=hevc \
Patrick Williams8b8bc412016-08-17 15:02:23 -050022 --enable-decoder=opus \
Patrick Williams8b8bc412016-08-17 15:02:23 -050023- --disable-stripping
24+ --disable-stripping \
25+ --pkg-config=pkg-config
26
27 .PHONY : clean
28 clean: