summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2010-10-19 16:55:00 +0000
committerAndreas Brachold <vdr07@deltab.de>2010-10-19 16:55:00 +0000
commit1a8054a7e26149796a310266b159247997ee9805 (patch)
treef7d10e311ad68e979b73f756dc35e5651cafac1a /Makefile
parentd4559b558caf85a3a19ef9c36198936fc7f8d734 (diff)
downloadvdr-plugin-image-1a8054a7e26149796a310266b159247997ee9805.tar.gz
vdr-plugin-image-1a8054a7e26149796a310266b159247997ee9805.tar.bz2
add __STDC_CONSTANT_MACROS define to fix a compilation error.
error caused by ffmpeg now using UINT64_C in libavutil/common.h, a header used by everything ffmpeg.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0f45f2..c8b2e46 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ endif
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-DEFINES += -D_GNU_SOURCE
+DEFINES += -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
LIBS += liboutput/liboutput.a libimage/libimage.a
INCLUDES += -I$(VDRDIR)/include -I.