comparison i386/fft_sse.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
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "dsputil.h" 21
22 #include "x86_cpu.h" 22 #include "libavutil/x86_cpu.h"
23 #include "libavcodec/dsputil.h"
23 24
24 static const int p1p1p1m1[4] __attribute__((aligned(16))) = 25 static const int p1p1p1m1[4] __attribute__((aligned(16))) =
25 { 0, 0, 0, 1 << 31 }; 26 { 0, 0, 0, 1 << 31 };
26 27
27 static const int p1p1m1p1[4] __attribute__((aligned(16))) = 28 static const int p1p1m1p1[4] __attribute__((aligned(16))) =