diff options
author | Sascha Volkenandt <sascha@akv-soft.de> | 2004-10-26 17:53:00 +0200 |
---|---|---|
committer | Sascha Volkenandt <sascha@akv-soft.de> | 2004-10-26 17:53:00 +0200 |
commit | 2e4f67e1a49a479db365bfb44fbc1aeac80d518a (patch) | |
tree | 5d2f02073a9c901c51c5c62e6e9d5be542f0e62d /Makefile | |
parent | c024446839241af2fa7d618ce49cc8c1e5693f7f (diff) | |
download | vdr-plugin-osdpip-2e4f67e1a49a479db365bfb44fbc1aeac80d518a.tar.gz vdr-plugin-osdpip-2e4f67e1a49a479db365bfb44fbc1aeac80d518a.tar.bz2 |
Release version 0.0.7v0.0.7
- adapted to VDR 1.3.13+ (should work with older versions, too)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual ### The directory environment: DVBDIR = ../../../../DVB -FFMDIR = ../../../../ffmpeg +FFMDIR = ../../../../ffmpeg-0.4.8 VDRDIR = ../../.. LIBDIR = ../../lib TMPDIR = /tmp |