comparison i386/cpuid.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 33896780c612
children eebc7209c47f
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include <stdlib.h> 23 #include <stdlib.h>
24 #include "dsputil.h" 24 #include "libavutil/x86_cpu.h"
25 #include "x86_cpu.h" 25 #include "libavcodec/dsputil.h"
26 26
27 #undef printf 27 #undef printf
28 28
29 /* ebx saving is necessary for PIC. gcc seems unable to see it alone */ 29 /* ebx saving is necessary for PIC. gcc seems unable to see it alone */
30 #define cpuid(index,eax,ebx,ecx,edx)\ 30 #define cpuid(index,eax,ebx,ecx,edx)\