diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 @@ -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 |