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/decoder.cpp | |
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/decoder.cpp')
-rw-r--r-- | command/decoder.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/command/decoder.cpp b/command/decoder.cpp index 4d94950..e600278 100644 --- a/command/decoder.cpp +++ b/command/decoder.cpp @@ -5,8 +5,6 @@ * */ -#define __STDC_CONSTANT_MACROS - #include <stdint.h> #include <sched.h> #include <sys/types.h> |