diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-05 16:14:25 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-05 16:14:25 +0200 |
commit | 2ba309a41be5a8bbc8dcd3443a198ce815c017aa (patch) | |
tree | 68bfe97159998115c537c8c3f16280b1f2aacf63 /src/main.cpp | |
parent | 6b35154562eff1e2c31b740655641d49cb26bedd (diff) | |
download | osc-graphics-2ba309a41be5a8bbc8dcd3443a198ce815c017aa.tar.gz |
avoid including libav* headers in recorder.h
* forward-declare all structures
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 73222be..690933c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,6 @@ #include "config.h" #endif -#define __STDC_CONSTANT_MACROS #include <stdio.h> #include <stdlib.h> #include <string.h> |