diff options
Diffstat (limited to 'main/omxplayer/fix-makefile.patch')
-rw-r--r-- | main/omxplayer/fix-makefile.patch | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/main/omxplayer/fix-makefile.patch b/main/omxplayer/fix-makefile.patch index 96d57a262..d809c1d65 100644 --- a/main/omxplayer/fix-makefile.patch +++ b/main/omxplayer/fix-makefile.patch @@ -1,6 +1,6 @@ ---- omxplayer-6ee9a0a5488119786990b6f91990d59d6e35427c/Makefile.orig -+++ omxplayer-6ee9a0a5488119786990b6f91990d59d6e35427c/Makefile -@@ -48,7 +48,7 @@ +--- omxplayer/Makefile.orig ++++ omxplayer/Makefile +@@ -48,10 +49,10 @@ omxplayer.o: help.h keys.h version: @@ -8,8 +8,12 @@ + sh gen_version.sh > version.h omxplayer.bin: version $(OBJS) - $(CXX) $(LDFLAGS) -o omxplayer.bin $(OBJS) -lvchiq_arm -lvcos -ldbus-1 -lrt -lpthread -lavutil -lavcodec -lavformat -lswscale -lswresample -lpcre -@@ -79,14 +79,12 @@ +- $(CXX) $(LDFLAGS) -o omxplayer.bin $(OBJS) -lvchiq_arm -lvchostif -lvcos -ldbus-1 -lrt -lpthread -lavutil -lavcodec -lavformat -lswscale -lswresample -lpcre ++ $(CXX) $(LDFLAGS) -o omxplayer.bin $(OBJS) -lvchiq_arm -lvcos -ldbus-1 -lrt -lpthread -lavutil -lavcodec -lavformat -lswscale -lswresample -lpcre + $(STRIP) omxplayer.bin + + help.h: README.md Makefile +@@ -79,14 +80,12 @@ make -f Makefile.ffmpeg make -f Makefile.ffmpeg install @@ -24,5 +28,5 @@ cp COPYING $(DIST)/usr/share/doc/omxplayer cp README.md $(DIST)/usr/share/doc/omxplayer/README cp omxplayer.1 $(DIST)/usr/share/man/man1 -- cp -a ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/ +- cp -P ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/ - cd $(DIST); tar -czf ../$(DIST).tgz * |