mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 10:15:22 +00:00
Merge redundant comments.
Originally committed as revision 8582 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
91aeec1bc7
commit
1026a8d4a7
@ -317,7 +317,7 @@ ifneq ($(CONFIG_SWSCALER),yes)
|
|||||||
OBJS += imgresample.o
|
OBJS += imgresample.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# i386 mmx specific stuff
|
# processor-specific code
|
||||||
ifeq ($(TARGET_MMX),yes)
|
ifeq ($(TARGET_MMX),yes)
|
||||||
OBJS += i386/fdct_mmx.o \
|
OBJS += i386/fdct_mmx.o \
|
||||||
i386/cputest.o \
|
i386/cputest.o \
|
||||||
@ -337,7 +337,6 @@ OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
|
|||||||
OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
|
OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# armv4l specific stuff
|
|
||||||
ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \
|
ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \
|
||||||
armv4l/simple_idct_arm.o \
|
armv4l/simple_idct_arm.o \
|
||||||
armv4l/dsputil_arm_s.o \
|
armv4l/dsputil_arm_s.o \
|
||||||
@ -353,15 +352,12 @@ ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \
|
|||||||
|
|
||||||
ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o
|
ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o
|
||||||
|
|
||||||
# sun sparc
|
|
||||||
OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \
|
OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \
|
||||||
|
|
||||||
sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
|
sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
|
||||||
|
|
||||||
# sun mediaLib specific stuff
|
|
||||||
OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \
|
OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \
|
||||||
|
|
||||||
# alpha specific stuff
|
|
||||||
OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \
|
OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \
|
||||||
alpha/mpegvideo_alpha.o \
|
alpha/mpegvideo_alpha.o \
|
||||||
alpha/simple_idct_alpha.o \
|
alpha/simple_idct_alpha.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user