Mercurial > libavcodec.hg
comparison Makefile @ 4759:502ddfbdbaee libavcodec
Merge redundant comments.
| author | diego |
|---|---|
| date | Sun, 01 Apr 2007 11:07:28 +0000 |
| parents | 460afa3ac889 |
| children | 85298e8c55c4 |
comparison
equal
deleted
inserted
replaced
| 4758:efeca638ad20 | 4759:502ddfbdbaee |
|---|---|
| 315 | 315 |
| 316 ifneq ($(CONFIG_SWSCALER),yes) | 316 ifneq ($(CONFIG_SWSCALER),yes) |
| 317 OBJS += imgresample.o | 317 OBJS += imgresample.o |
| 318 endif | 318 endif |
| 319 | 319 |
| 320 # i386 mmx specific stuff | 320 # processor-specific code |
| 321 ifeq ($(TARGET_MMX),yes) | 321 ifeq ($(TARGET_MMX),yes) |
| 322 OBJS += i386/fdct_mmx.o \ | 322 OBJS += i386/fdct_mmx.o \ |
| 323 i386/cputest.o \ | 323 i386/cputest.o \ |
| 324 i386/dsputil_mmx.o \ | 324 i386/dsputil_mmx.o \ |
| 325 i386/mpegvideo_mmx.o \ | 325 i386/mpegvideo_mmx.o \ |
| 335 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o | 335 OBJS-$(CONFIG_GPL) += i386/idct_mmx.o |
| 336 OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o | 336 OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o |
| 337 OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o | 337 OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o |
| 338 endif | 338 endif |
| 339 | 339 |
| 340 # armv4l specific stuff | |
| 341 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ | 340 ASM_OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/jrevdct_arm.o \ |
| 342 armv4l/simple_idct_arm.o \ | 341 armv4l/simple_idct_arm.o \ |
| 343 armv4l/dsputil_arm_s.o \ | 342 armv4l/dsputil_arm_s.o \ |
| 344 | 343 |
| 345 OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/dsputil_arm.o \ | 344 OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/dsputil_arm.o \ |
| 351 ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \ | 350 ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o \ |
| 352 armv4l/mpegvideo_armv5te.o \ | 351 armv4l/mpegvideo_armv5te.o \ |
| 353 | 352 |
| 354 ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o | 353 ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o |
| 355 | 354 |
| 356 # sun sparc | |
| 357 OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \ | 355 OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o \ |
| 358 | 356 |
| 359 sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc | 357 sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc |
| 360 | 358 |
| 361 # sun mediaLib specific stuff | |
| 362 OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \ | 359 OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \ |
| 363 | 360 |
| 364 # alpha specific stuff | |
| 365 OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \ | 361 OBJS-$(TARGET_ARCH_ALPHA) += alpha/dsputil_alpha.o \ |
| 366 alpha/mpegvideo_alpha.o \ | 362 alpha/mpegvideo_alpha.o \ |
| 367 alpha/simple_idct_alpha.o \ | 363 alpha/simple_idct_alpha.o \ |
| 368 alpha/motion_est_alpha.o \ | 364 alpha/motion_est_alpha.o \ |
| 369 | 365 |
