Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 908957
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- a/Makefile
0
++ b/Makefile
Lines 4-12 Link Here
4
4
5
PKGS=freetype2 dbus-1 libavcodec libavutil libavformat libswresample libswscale libpcre
5
PKGS=freetype2 dbus-1 libavcodec libavutil libavformat libswresample libswscale libpcre
6
6
7
LIBS+=-lrt -lpthread $(shell pkg-config --libs $(PKGS)) -L/opt/vc/lib
7
PKG_CONFIG ?= pkg-config
8
8
9
INCLUDES+=$(shell pkg-config --cflags $(PKGS)) -I/opt/vc/include -I. -Ilinux
9
LIBS+=-lrt -lpthread $(shell $(PKG_CONFIG) --libs $(PKGS)) -L${SYSROOT}/opt/vc/lib
10
11
INCLUDES+=$(shell $(PKG_CONFIG) --cflags $(PKGS)) -I${SYSROOT}/opt/vc/include -I. -Ilinux
10
12
11
DIST ?= omxplayer-dist
13
DIST ?= omxplayer-dist

Return to bug 908957