Commit 2b0c1a44 authored by Fabrice Bellard's avatar Fabrice Bellard

added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H


Originally committed as revision 18 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5727b222
include ../config.mak include ../config.mak
CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_CONFIG_H CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H
LDFLAGS= -g LDFLAGS= -g
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
...@@ -27,7 +27,7 @@ endif ...@@ -27,7 +27,7 @@ endif
ifeq ($(TARGET_MMX),yes) ifeq ($(TARGET_MMX),yes)
ASM_OBJS += i386/fdct_mmx.o i386/sad_mmx.o ASM_OBJS += i386/fdct_mmx.o i386/sad_mmx.o
OBJS += i386/fdctdata.o i386/cputest.o \ OBJS += i386/fdctdata.o i386/cputest.o \
i386/dsputil_mmx.o i386/dsputil_mmx.o i386/mpegvideo_mmx.o
endif endif
SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s) SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment