root/trunk/config.h

Revision 833, 299 bytes (checked in by astrange, 6 months ago)

Fix compilation with today's ffmpeg, which includes config.h in a header.

Line 
1 /*
2  *  ff_config.h
3  *  Perian
4  *
5  *  Created by Alexander Strange on 3/14/08.
6  *  Copyright 2008 Alexander Strange. All rights reserved.
7  *
8  */
9
10 #if (defined(__ppc__) || defined(__ppc64__))
11 #include "ppc/config.h"
12 #elif (defined (__i386__) || defined( __x86_64__ ))
13 #include "intel/config.h"
14 #endif
Note: See TracBrowser for help on using the browser.