comparison i386/idct_mmx.c @ 2817:b128802eb77b libavcodec

libavutil: Utility code from libavcodec moved to a separate library.
author al
date Mon, 01 Aug 2005 20:07:05 +0000
parents a49f140179e9
children 00ff749b33b6
comparison
equal deleted inserted replaced
2816:c6ab4b91a5c5 2817:b128802eb77b
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 24
25 #include "../common.h" 25 #include "common.h"
26 #include "../dsputil.h" 26 #include "../dsputil.h"
27 27
28 #include "mmx.h" 28 #include "mmx.h"
29 29
30 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align))) 30 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align)))