diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2013-11-07 20:22:49 +0200 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2013-11-07 20:22:49 +0200 |
| commit | 8cc97018ad564998a42d02dfbdaa98a36101e350 (patch) | |
| tree | d4b5b9b253df70cc760e0967b657baf69cd2d5c0 /src/vdr-plugin/Makefile | |
| parent | 451f691d367a46f365101f39cc093ce2feaacd13 (diff) | |
| download | vdr-plugin-webvideo-8cc97018ad564998a42d02dfbdaa98a36101e350.tar.gz vdr-plugin-webvideo-8cc97018ad564998a42d02dfbdaa98a36101e350.tar.bz2 | |
Initial update of the VDR plugin
Diffstat (limited to 'src/vdr-plugin/Makefile')
| -rw-r--r-- | src/vdr-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vdr-plugin/Makefile b/src/vdr-plugin/Makefile index 0fcaffe..a0102a4 100644 --- a/src/vdr-plugin/Makefile +++ b/src/vdr-plugin/Makefile @@ -22,12 +22,13 @@ LOCDIR = $(call PKGCFG,locdir) PLGCFG = $(call PKGCFG,plgcfg) # TMPDIR ?= /tmp +LIBWEBVIDIR ?= $(shell find ../.. -name libwebvi.so -printf "%h\n" | head -1) ### The compiler options: override CFLAGS += $(call PKGCFG,cflags) $(shell xml2-config --cflags) override CXXFLAGS += $(call PKGCFG,cxxflags) $(shell xml2-config --cflags) -override LDFLAGS += $(shell xml2-config --libs) -L../libwebvi -lwebvi +override LDFLAGS += $(shell xml2-config --libs) -L$(LIBWEBVIDIR) -lwebvi export CFLAGS export CXXFLAGS |
