diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 20:23:45 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 20:23:45 +0000 |
commit | 78e1ebd904bb609f753cb8cfea56d6ecdd643a2c (patch) | |
tree | 081603c7d5adcca227351f3bba05b427e544dd70 /Makefile | |
parent | 91c3515c4913bb0b7813e7d1a10e1cb857e91db6 (diff) | |
download | vdr-plugin-live-78e1ebd904bb609f753cb8cfea56d6ecdd643a2c.tar.gz vdr-plugin-live-78e1ebd904bb609f753cb8cfea56d6ecdd643a2c.tar.bz2 |
- removed ecppc path hardcoded to /usr/local/bin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.3 2007/01/02 20:20:36 lordjaxom Exp $ +# $Id: Makefile,v 1.4 2007/01/02 20:23:45 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -20,7 +20,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).cpp | awk '{ p CXX ?= g++ CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -ECPPC ?= /usr/local/bin/ecppc +ECPPC ?= ecppc CXXFLAGS += `tntnet-config --cxxflags` LDFLAGS += `tntnet-config --libs` |