diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-27 00:11:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-27 00:11:14 +0000 |
commit | 7122f7c77149d931b664f8dbca82995f82c22bc9 (patch) | |
tree | dc72104a416e905a35b8e7dce0e8392a8b7bf82b /libavutil/Makefile | |
parent | a93575fa3dc7a49c322320d437f500702423c9bf (diff) | |
download | ffmpeg-7122f7c77149d931b664f8dbca82995f82c22bc9.tar.gz |
Revert previous commit that contained an unrelated hunk.
Originally committed as revision 8137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index e7658f0916..8155d5acb0 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -24,7 +24,9 @@ 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 |