diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-06-20 23:11:24 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-06-20 23:11:24 +0200 |
| commit | 0f47971de0782234b534ec623203b56684d80c52 (patch) | |
| tree | f74f9b2e007f51e8048657adf5f7d1ae2096688d /command/Makefile | |
| parent | bef61eb0094f10d9bc453dcd6b13750d2a53c6bb (diff) | |
| download | vdr-plugin-markad-0f47971de0782234b534ec623203b56684d80c52.tar.gz vdr-plugin-markad-0f47971de0782234b534ec623203b56684d80c52.tar.bz2 | |
Added STDC_CONSTANT_MACROS to Makefile
Added function CheckLogoMarks
Diffstat (limited to 'command/Makefile')
| -rw-r--r-- | command/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |
