diff options
Diffstat (limited to 'media-video/raspberrypi-omxplayer/files/cross-0_p20160528.patch')
-rw-r--r-- | media-video/raspberrypi-omxplayer/files/cross-0_p20160528.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-video/raspberrypi-omxplayer/files/cross-0_p20160528.patch b/media-video/raspberrypi-omxplayer/files/cross-0_p20160528.patch new file mode 100644 index 000000000000..bd35d6283d21 --- /dev/null +++ b/media-video/raspberrypi-omxplayer/files/cross-0_p20160528.patch @@ -0,0 +1,15 @@ +--- a/Makefile ++++ b/Makefile +@@ -4,9 +4,11 @@ + + PKGS=freetype2 dbus-1 libavcodec libavutil libavformat libswresample libswscale libpcre + +-LIBS+=-lrt -lpthread $(shell pkg-config --libs $(PKGS)) -L/opt/vc/lib ++PKG_CONFIG ?= pkg-config + +-INCLUDES+=$(shell pkg-config --cflags $(PKGS)) -I/opt/vc/include -I. -Ilinux ++LIBS+=-lrt -lpthread $(shell $(PKG_CONFIG) --libs $(PKGS)) -L${SYSROOT}/opt/vc/lib ++ ++INCLUDES+=$(shell $(PKG_CONFIG) --cflags $(PKGS)) -I${SYSROOT}/opt/vc/include -I. -Ilinux + + DIST ?= omxplayer-dist |