Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-27 03:18:38 +0300
committerDiego Biurrun <diego@biurrun.de>2007-02-27 03:18:38 +0300
commit3cee76e6c9d13e7e3205ba351b9dfde906885c79 (patch)
treef4499ad48c01c1c0bcb3ea174ef458dbd7162e1a /libavcodec
parent876e4194c2cd672e80491b66521e9ad363df0851 (diff)
Remove useless conditional.
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 7e4194817e..41089d3a7f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -397,10 +397,8 @@ OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \
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)