Installscript-make.conf
Aus VDR Wiki
Version vom 6. April 2005, 19:43 Uhr von 213.6.81.42 (Diskussion)
Beschreibung
Makefile ist identisch mit der Make.config.template aus den VDR Sourcen, siehe: VDR Installation.
Lediglich die Optionen der Plugins werden aus den Modulen in diese Datei übertragen.
make.conf
# User defined Makefile options for the Video Disk Recorder # # Change the parameters as necessary. # # See the main source file 'vdr.c' for copyright information and # how to reach the author. # # $Id: Make.config.template 1.3 2003/08/09 11:03:25 kls Exp $ ### The C compiler and options: #CC = gcc #CFLAGS = -O2 #CXX = g++ #CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual ### The directory environment: MYPATH = /usr/local/src DVBDIR = $(MYPATH)/DVB VDRDIR = $(MYPATH)/VDR FFMDIR = $(MYPATH)/ffmpeg #MANDIR = /usr/local/man #BINDIR = /usr/local/bin #PLUGINDIR= ./PLUGINS #PLUGINLIBDIR= $(PLUGINDIR)/lib #VIDEODIR = /video ### Includes and Defines (add further entries here): DEFINES += -D_GNU_SOURCE ### If your video directory will be on a VFAT partition: VFAT=1 ### Enable Debuging #DEBUG=1 #DBG=1