aboutsummaryrefslogtreecommitdiffstats
path: root/testing/omxplayer/use-system-libs.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-02-28 12:47:42 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-02-28 12:47:58 +0000
commit8ac336d8c9b889ad571754b39b3f9da5e07a826b (patch)
treef7b11f5207d8812e07d6b90bfc6bd4d18aecac59 /testing/omxplayer/use-system-libs.patch
parent8a4fab725b3abc6785db872e5cc58ca9c2f7e20a (diff)
downloadaports-8ac336d8c9b889ad571754b39b3f9da5e07a826b.tar.bz2
aports-8ac336d8c9b889ad571754b39b3f9da5e07a826b.tar.xz
testing/omxplayer: upgrade to snapshot of 2014-02-20
Diffstat (limited to 'testing/omxplayer/use-system-libs.patch')
-rw-r--r--testing/omxplayer/use-system-libs.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/omxplayer/use-system-libs.patch b/testing/omxplayer/use-system-libs.patch
deleted file mode 100644
index d51d0fdd73..0000000000
--- a/testing/omxplayer/use-system-libs.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- omxplayer-b34143cb3e678453ccae968d3a65c0cb5a34333e.orig/Makefile
-+++ omxplayer-b34143cb3e678453ccae968d3a65c0cb5a34333e/Makefile
-@@ -46,7 +46,7 @@
- $(CXX) $(CFLAGS) $(INCLUDES) -c $< -o $@ -Wno-deprecated-declarations
-
- version:
-- bash gen_version.sh > version.h
-+ sh gen_version.sh > version.h
-
- omxplayer.bin: version $(OBJS)
- $(CXX) $(LDFLAGS) -o omxplayer.bin $(OBJS) -lvchiq_arm -lvcos -lrt -lpthread -lavutil -lavcodec -lavformat -lswscale -lswresample -lpcre
-@@ -65,11 +65,9 @@
- make -f Makefile.ffmpeg install
-
- dist: omxplayer.bin
-- mkdir -p $(DIST)/usr/lib/omxplayer
- mkdir -p $(DIST)/usr/bin
- mkdir -p $(DIST)/usr/share/doc
- cp omxplayer omxplayer.bin $(DIST)/usr/bin
- cp COPYING $(DIST)/usr/share/doc/
- cp README.md $(DIST)/usr/share/doc/README
-- cp -a ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/
- tar -czf omxplayer-dist.tar.gz $(DIST)