summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-01-07 16:26:11 +0100
committerThomas Reufer <thomas@reufer.ch>2014-01-07 16:26:11 +0100
commit33e35fef4e186a3f1551bd443495b592f08d923d (patch)
tree4d128c2f15cae252b39f5c81421920f589209e8a /Makefile
parentd2ed6de22829288c5cfd3a52b1da090e96d3329d (diff)
downloadvdr-plugin-rpihddevice-33e35fef4e186a3f1551bd443495b592f08d923d.tar.gz
vdr-plugin-rpihddevice-33e35fef4e186a3f1551bd443495b592f08d923d.tar.bz2
2013-09-29: Version 0.0.20.0.2
------------------------- - new: - volume control - H264 support - fixed: - added missing includes to Makefile - PTS/OMX_TICKS conversion - missing: - audio only play mode - buffer handling for proper replay support - other audio formats - much more...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 090d5ce..e393804 100644
--- a/Makefile
+++ b/Makefile
@@ -51,16 +51,15 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
DEFINES += -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM
DEFINES += -Wno-write-strings -fpermissive
-INCLUDES += -I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads
+ILCDIR =ilclient
+VCINCDIR =/opt/vc/include
+VCLIBDIR =/opt/vc/lib
-ILCDIR = ilclient
-VCLIBDIR = /opt/vc/lib
+INCLUDES += -I$(ILCDIR) -I$(VCINCDIR) -I$(VCINCDIR)/interface/vcos/pthreads -I$(VCINCDIR)/interface/vmcs_host/linux
LDFLAGS += -L$(VCLIBDIR) -lbcm_host -lvcos -lvchiq_arm -lopenmaxil -lGLESv2 -lEGL -lpthread -lrt -lmpg123
LDFLAGS += -Wl,--whole-archive $(ILCDIR)/libilclient.a -Wl,--no-whole-archive
-# -I/opt/vc/src/hello_pi/libs/vgfont
-
### The object files (add further files here):
ILCLIENT = $(ILCDIR)/libilclient.a