28 lines
926 B
Diff
28 lines
926 B
Diff
From 6975d8a902837dd6c604f7fdd2a2f977285855ed Mon Sep 17 00:00:00 2001
|
|
From: Andrei Gherzan <andrei@gherzan.ro>
|
|
Date: Sun, 24 Aug 2014 00:18:05 +0200
|
|
Subject: [PATCH] Remove strip step in Makefile
|
|
|
|
Build system will strip binaries so remove strip step in Makefile.
|
|
Avoid warnings/errors like:
|
|
WARNING: File '/usr/lib/omxplayer/libavutil.so.51.56.100' from
|
|
omxplayer was already stripped, this will prevent future debugging!
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
---
|
|
Makefile.ffmpeg | 5 ++---
|
|
1 files changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
Index: git/Makefile.ffmpeg
|
|
===================================================================
|
|
--- git.orig/Makefile.ffmpeg
|
|
+++ git/Makefile.ffmpeg
|
|
@@ -252,5 +252,3 @@ checkout:
|
|
.PHONY : install
|
|
install:
|
|
cd ffmpeg; make -j9 DESTDIR="$(WORK)/ffmpeg_compiled" install
|
|
- $(HOST)-strip ffmpeg_compiled/usr/lib/*.so
|
|
-
|