comparison i386/fft_3dn2.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 fc843d00867c
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
17 * 17 *
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
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 #include "dsputil.h" 22
23 #include "x86_cpu.h" 23 #include "libavutil/x86_cpu.h"
24 #include "libavcodec/dsputil.h"
24 25
25 static const int p1m1[2] __attribute__((aligned(8))) = 26 static const int p1m1[2] __attribute__((aligned(8))) =
26 { 0, 1 << 31 }; 27 { 0, 1 << 31 };
27 28
28 static const int m1p1[2] __attribute__((aligned(8))) = 29 static const int m1p1[2] __attribute__((aligned(8))) =