diff options
author | Thomas Günther <tom@toms-cafe.de> | 2010-06-20 15:39:19 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2010-06-20 15:39:19 +0200 |
commit | 2a594845bb6f14c8f23ce0256aa75621d2a5d9fa (patch) | |
tree | d72896bbd0a817d4d43286bd958e1696de685d87 | |
parent | 00319cc61db3cd633feec32780d9fb822434b6af (diff) | |
download | vdr-plugin-osdpip-2a594845bb6f14c8f23ce0256aa75621d2a5d9fa.tar.gz vdr-plugin-osdpip-2a594845bb6f14c8f23ce0256aa75621d2a5d9fa.tar.bz2 |
Fixed compile error with newer ffmpeg versions >= svn 20100426 (closes #345)
-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 |