From 0f47971de0782234b534ec623203b56684d80c52 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 20 Jun 2010 23:11:24 +0200 Subject: Added STDC_CONSTANT_MACROS to Makefile Added function CheckLogoMarks --- command/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'command/Makefile') diff --git a/command/Makefile b/command/Makefile index da4a04a..1656d77 100644 --- a/command/Makefile +++ b/command/Makefile @@ -19,6 +19,7 @@ PKG-INCLUDES += libavcodec DEFINES += -D_GNU_SOURCE DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE +DEFINES += -D__STDC_CONSTANT_MACROS INCLUDES += $(shell $(PKG-CONFIG) --cflags $(PKG-INCLUDES)) LIBS += $(shell $(PKG-CONFIG) --libs $(PKG-LIBS)) -- cgit v1.2.3