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) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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