comparison i386/fdct_mmx.c @ 5010:d5ba514e3f4a libavcodec

Add libavcodec to compiler include flags in order to simplify header include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
author diego
date Wed, 16 May 2007 09:51:45 +0000
parents 3e8e345084cb
children 4dbe6578f811
comparison
equal deleted inserted replaced
5009:4d10df33e823 5010:d5ba514e3f4a
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 #include "common.h"
33 #include "../dsputil.h" 33 #include "dsputil.h"
34 #include "mmx.h" 34 #include "mmx.h"
35 35
36 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align))) 36 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align)))
37 37
38 ////////////////////////////////////////////////////////////////////// 38 //////////////////////////////////////////////////////////////////////