summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2010-06-20 15:39:19 +0200
committerThomas Günther <tom@toms-cafe.de>2010-06-20 15:39:19 +0200
commit2a594845bb6f14c8f23ce0256aa75621d2a5d9fa (patch)
treed72896bbd0a817d4d43286bd958e1696de685d87 /Makefile
parent00319cc61db3cd633feec32780d9fb822434b6af (diff)
downloadvdr-plugin-osdpip-2a594845bb6f14c8f23ce0256aa75621d2a5d9fa.tar.gz
vdr-plugin-osdpip-2a594845bb6f14c8f23ce0256aa75621d2a5d9fa.tar.bz2
Fixed compile error with newer ffmpeg versions >= svn 20100426 (closes #345)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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