]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - www-plugins/gnash/files/gnash-0.8.10-amf-include.patch
www-plugins/gnash: replace media-libs/speex[ogg] with media-libs/speexdsp
[CDN/portage-cdn.git] / www-plugins / gnash / files / gnash-0.8.10-amf-include.patch
1 diff -ur a/cygnal/libnet/cque.h b/cygnal/libnet/cque.h
2 --- a/cygnal/libnet/cque.h      2012-01-19 20:17:47.000000000 +0100
3 +++ b/cygnal/libnet/cque.h      2012-02-23 20:13:39.000000000 +0100
4 @@ -25,8 +25,9 @@
5  #include <boost/thread/condition.hpp>
6  #include <deque>
7  
8 +#include "../libamf/amf.h"
9  #include "getclocktime.hpp"
10 -#include "buffer.h"
11 +#include "../libamf/buffer.h"
12  #include "network.h"
13  #include "dsodefs.h" //For DSOEXPORT.
14  
15 diff -ur a/cygnal/libnet/sshclient.h b/cygnal/libnet/sshclient.h
16 --- a/cygnal/libnet/sshclient.h 2012-01-19 20:17:47.000000000 +0100
17 +++ b/cygnal/libnet/sshclient.h 2012-02-23 20:13:09.000000000 +0100
18 @@ -32,9 +32,10 @@
19  #include <libssh/sftp.h>
20  }
21  
22 +#include "../libamf/amf.h"
23  #include "cque.h"
24  #include "network.h"
25 -#include "buffer.h"
26 +#include "../libamf/buffer.h"
27  
28  namespace gnash
29  {
30 diff -ur a/cygnal/libnet/sslclient.h b/cygnal/libnet/sslclient.h
31 --- a/cygnal/libnet/sslclient.h 2012-01-19 20:17:47.000000000 +0100
32 +++ b/cygnal/libnet/sslclient.h 2012-02-23 20:13:21.000000000 +0100
33 @@ -36,10 +36,11 @@
34  #include <openssl/err.h>
35  #endif
36  
37 +#include "../libamf/amf.h"
38  #include "dsodefs.h"
39  #include "cque.h"
40  #include "network.h"
41 -#include "buffer.h"
42 +#include "../libamf/buffer.h"
43  
44  
45  namespace gnash