libspeexdec: include system headers before local headers
This commit is contained in:
		
							parent
							
								
									a470fe80ba
								
							
						
					
					
						commit
						b19e0c2b4e
					
				@ -18,11 +18,11 @@
 | 
				
			|||||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 | 
					 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "avcodec.h"
 | 
					 | 
				
			||||||
#include <speex/speex.h>
 | 
					#include <speex/speex.h>
 | 
				
			||||||
#include <speex/speex_header.h>
 | 
					#include <speex/speex_header.h>
 | 
				
			||||||
#include <speex/speex_stereo.h>
 | 
					#include <speex/speex_stereo.h>
 | 
				
			||||||
#include <speex/speex_callbacks.h>
 | 
					#include <speex/speex_callbacks.h>
 | 
				
			||||||
 | 
					#include "avcodec.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					typedef struct {
 | 
				
			||||||
    SpeexBits bits;
 | 
					    SpeexBits bits;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user