Browse code

Remove useless conditional.

Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2007/02/27 09:18:38
Showing 4 changed files
... ...
@@ -397,10 +397,8 @@ OBJS-$(TARGET_ARCH_BFIN)               += bfin/dsputil_bfin.o \
397 397
 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
398 398
 
399 399
 NAME=avcodec
400
-ifeq ($(BUILD_SHARED),yes)
401 400
 LIBVERSION=$(LAVCVERSION)
402 401
 LIBMAJOR=$(LAVCMAJOR)
403
-endif
404 402
 
405 403
 TESTS= imgresample-test fft-test
406 404
 ifeq ($(TARGET_ARCH_X86),yes)
... ...
@@ -171,9 +171,7 @@ endif
171 171
 endif
172 172
 
173 173
 NAME=avformat
174
-ifeq ($(BUILD_SHARED),yes)
175 174
 LIBVERSION=$(LAVFVERSION)
176 175
 LIBMAJOR=$(LAVFMAJOR)
177
-endif
178 176
 
179 177
 include ../common.mak
... ...
@@ -24,9 +24,7 @@ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
24 24
           random.h
25 25
 
26 26
 NAME=avutil
27
-ifeq ($(BUILD_SHARED),yes)
28 27
 LIBVERSION=$(LAVUVERSION)
29 28
 LIBMAJOR=$(LAVUMAJOR)
30
-endif
31 29
 
32 30
 include ../common.mak
... ...
@@ -7,10 +7,8 @@ incdir=$(prefix)/include/postproc
7 7
 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
8 8
 
9 9
 NAME=postproc
10
-ifeq ($(BUILD_SHARED),yes)
11 10
 LIBVERSION=$(SPPVERSION)
12 11
 LIBMAJOR=$(SPPMAJOR)
13
-endif
14 12
 
15 13
 STATIC_OBJS=postprocess.o
16 14
 SHARED_OBJS=postprocess_pic.o