summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitchm <Mitchm at vdrportal.de>2010-01-15 20:03:00 +0100
committerMitchm <Mitchm at vdrportal.de>2010-01-15 20:03:00 +0100
commit5fa74fe306770d90ce3b7e52a0c420397d4c9c83 (patch)
tree8131bacf7b93b90642f55a4369f1ce0787617030 /Makefile
parent15f8e9b463ac432693b114c9b9f40a2155ae9dfb (diff)
downloadvdr-plugin-osdpip-5fa74fe306770d90ce3b7e52a0c420397d4c9c83.tar.gz
vdr-plugin-osdpip-5fa74fe306770d90ce3b7e52a0c420397d4c9c83.tar.bz2
Release version 0.0.10av0.0.10a
- added support for VDR 1.7.x - added PIP while replaying - added italian translations (thanks to Diego Pierotto)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc5bf38..8521947 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
#
### uncomment the following line, if you have a recent FFMPEG version that
### has a changed structure of its header files.
-#WITH_NEW_FFMPEG_HEADERS=1
+WITH_NEW_FFMPEG_HEADERS=1
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -60,7 +60,7 @@ DEFINES += -D_GNU_SOURCE
### The object files (add further files here):
-OBJS = $(PLUGIN).o osd_info.o osd.o receiver.o setup.o i18n.o pes.o quantize.o decoder.o
+OBJS = $(PLUGIN).o osd_info.o remux.o osd.o receiver.o setup.o i18n.o pes.o quantize.o decoder.o
ifdef FFMPEG_STATIC
DEFINES += -DHAVE_FFMPEG_STATIC