From 2a594845bb6f14c8f23ce0256aa75621d2a5d9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 20 Jun 2010 15:39:19 +0200 Subject: Fixed compile error with newer ffmpeg versions >= svn 20100426 (closes #345) --- HISTORY | 4 ++++ Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/HISTORY b/HISTORY index 5035ac4..c313c1e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,10 @@ VDR Plugin 'osdpip' Revision History ------------------------------------ +____-__-__: Version 0.1.1 + +- Fixed compile error with newer ffmpeg versions >= svn 20100426 (closes #345) + 2010-03-28: Version 0.1.0 - Moved to http://projects.vdr-developer.org/projects/show/plg-osdpip diff --git a/Makefile b/Makefile index 7ed33d6..3e7722e 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ PACKAGE = vdr-$(ARCHIVE) INCLUDES += -I$(VDRDIR)/include DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +DEFINES += -D__STDC_CONSTANT_MACROS ifdef FFMDIR INCLUDES += -I$(FFMDIR)/libavcodec -- cgit v1.2.3