changeset 4597:b003bca23af2 libavcodec

Remove useless conditional.
author diego
date Tue, 27 Feb 2007 00:18:38 +0000
parents 4992cbff45c6
children 5111fceeb971
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Feb 25 16:02:32 2007 +0000
+++ b/Makefile	Tue Feb 27 00:18:38 2007 +0000
@@ -397,10 +397,8 @@
 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
 NAME=avcodec
-ifeq ($(BUILD_SHARED),yes)
 LIBVERSION=$(LAVCVERSION)
 LIBMAJOR=$(LAVCMAJOR)
-endif
 
 TESTS= imgresample-test fft-test
 ifeq ($(TARGET_ARCH_X86),yes)