Mercurial > libavcodec.hg
changeset 9:0dd0178a24c5 libavcodec
added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H
author | glantau |
---|---|
date | Mon, 30 Jul 2001 23:21:37 +0000 |
parents | 1b4461b5a7fb |
children | f439e6867cac |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Jul 30 09:04:34 2001 +0000 +++ b/Makefile Mon Jul 30 23:21:37 2001 +0000 @@ -1,6 +1,6 @@ include ../config.mak -CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_CONFIG_H +CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H LDFLAGS= -g OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ @@ -27,7 +27,7 @@ ifeq ($(TARGET_MMX),yes) ASM_OBJS += i386/fdct_mmx.o i386/sad_mmx.o OBJS += i386/fdctdata.o i386/cputest.o \ - i386/dsputil_mmx.o + i386/dsputil_mmx.o i386/mpegvideo_mmx.o endif SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)