Commit ff5d1d60 authored by glantau's avatar glantau

added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fbb5ee87
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 @@ endif
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)
......
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