comparison i386/fdct_mmx.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 4dbe6578f811
children eebc7209c47f
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
27 * 27 *
28 * You should have received a copy of the GNU Lesser General Public 28 * You should have received a copy of the GNU Lesser General Public
29 * License along with FFmpeg; if not, write to the Free Software 29 * License along with FFmpeg; if not, write to the Free Software
30 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 30 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
31 */ 31 */
32 #include "common.h" 32
33 #include "dsputil.h" 33 #include "libavutil/common.h"
34 #include "libavcodec/dsputil.h"
34 #include "mmx.h" 35 #include "mmx.h"
35 36
36 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align))) 37 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align)))
37 38
38 ////////////////////////////////////////////////////////////////////// 39 //////////////////////////////////////////////////////////////////////