Installscript-make.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (make.conf: augelagert)
K (make.conf: ausgelagert)
Zeile 46: Zeile 46:
 
#DEBUG=1
 
#DEBUG=1
 
#DBG=1
 
#DBG=1
 
 
</pre>
 
</pre>
 
[[Kategorie:Installscript]]
 
[[Kategorie:Installscript]]

Version vom 13. März 2005, 14:28 Uhr

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
LIBAVCODEC = $(FFMDIR)/libavcodec
#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