Mercurial > libavcodec.hg
comparison Makefile @ 4597:b003bca23af2 libavcodec
Remove useless conditional.
author | diego |
---|---|
date | Tue, 27 Feb 2007 00:18:38 +0000 |
parents | 7cb6b1272f34 |
children | 2cd245d65761 |
comparison
equal
deleted
inserted
replaced
4596:4992cbff45c6 | 4597:b003bca23af2 |
---|---|
395 OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \ | 395 OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \ |
396 | 396 |
397 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) | 397 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) |
398 | 398 |
399 NAME=avcodec | 399 NAME=avcodec |
400 ifeq ($(BUILD_SHARED),yes) | |
401 LIBVERSION=$(LAVCVERSION) | 400 LIBVERSION=$(LAVCVERSION) |
402 LIBMAJOR=$(LAVCMAJOR) | 401 LIBMAJOR=$(LAVCMAJOR) |
403 endif | |
404 | 402 |
405 TESTS= imgresample-test fft-test | 403 TESTS= imgresample-test fft-test |
406 ifeq ($(TARGET_ARCH_X86),yes) | 404 ifeq ($(TARGET_ARCH_X86),yes) |
407 TESTS+= cpuid_test dct-test motion-test | 405 TESTS+= cpuid_test dct-test motion-test |
408 endif | 406 endif |