diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-27 00:18:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-27 00:18:38 +0000 |
commit | 3cee76e6c9d13e7e3205ba351b9dfde906885c79 (patch) | |
tree | f4499ad48c01c1c0bcb3ea174ef458dbd7162e1a /libavutil/Makefile | |
parent | 876e4194c2cd672e80491b66521e9ad363df0851 (diff) | |
download | ffmpeg-3cee76e6c9d13e7e3205ba351b9dfde906885c79.tar.gz |
Remove useless conditional.
Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 8155d5acb0..e7658f0916 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -24,9 +24,7 @@ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ random.h NAME=avutil -ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVUVERSION) LIBMAJOR=$(LAVUMAJOR) -endif include ../common.mak |