blob: e6b5a2e916c99780b2fd4e62235d532efc6aac7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- swf.cpp.orig 2011-03-07 07:10:16.000000000 +0300
+++ swf.cpp 2011-03-09 01:20:14.000000000 +0300
@@ -39,6 +39,8 @@
#include "compat.h"
+extern char **environ;
+
#ifdef ENABLE_LIBAVCODEC
extern "C" {
#include <libavcodec/avcodec.h>
|