comparison Makefile @ 6485:949e4f444a50 libavcodec

Rename --enable-swscaler --> enable-swscale to be consistent with the directory name and other option names. Also rename variables accordingly.
author diego
date Mon, 10 Mar 2008 17:54:24 +0000
parents 9f6b1bd4f763
children 98e3db1d7ca4
comparison
equal deleted inserted replaced
6484:814c8bd77d91 6485:949e4f444a50
354 OBJS-$(HAVE_PTHREADS) += pthread.o 354 OBJS-$(HAVE_PTHREADS) += pthread.o
355 OBJS-$(HAVE_W32THREADS) += w32thread.o 355 OBJS-$(HAVE_W32THREADS) += w32thread.o
356 356
357 OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o 357 OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o
358 358
359 ifneq ($(CONFIG_SWSCALER),yes) 359 ifneq ($(CONFIG_SWSCALE),yes)
360 OBJS += imgresample.o 360 OBJS += imgresample.o
361 endif 361 endif
362 362
363 # processor-specific code 363 # processor-specific code
364 ifeq ($(HAVE_MMX),yes) 364 ifeq ($(HAVE_MMX),yes)