[SCM] libav/experimental: added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:29:42 UTC 2013


The following commit has been merged in the experimental branch:
commit 2b0c1a441ba16d8d06054b774763d2b1934cfb04
Author: Fabrice Bellard <fabrice at bellard.org>
Date:   Mon Jul 30 23:21:37 2001 +0000

    added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H
    
    
    Originally committed as revision 18 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3765bc8..914dd4a 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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 @@ 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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list