comparison mathops.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 4e37a1156d72
children 84dd52687931
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
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 #ifndef FFMPEG_MATHOPS_H 22 #ifndef FFMPEG_MATHOPS_H
23 #define FFMPEG_MATHOPS_H 23 #define FFMPEG_MATHOPS_H
24 24
25 #include "common.h" 25 #include "libavutil/common.h"
26 26
27 #ifdef ARCH_X86_32 27 #ifdef ARCH_X86_32
28 28
29 #include "i386/mathops.h" 29 #include "i386/mathops.h"
30 30