summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-27 00:18:38 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-27 00:18:38 +0000
commit3cee76e6c9d13e7e3205ba351b9dfde906885c79 (patch)
treef4499ad48c01c1c0bcb3ea174ef458dbd7162e1a /libavformat/Makefile
parent876e4194c2cd672e80491b66521e9ad363df0851 (diff)
Remove useless conditional.
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index aa609a6d1a..1a9afb83e7 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -171,9 +171,7 @@ endif
endif
NAME=avformat
-ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVFVERSION)
LIBMAJOR=$(LAVFMAJOR)
-endif
include ../common.mak