diff options
author | Måns Rullgård <mans@mansr.com> | 2008-03-07 19:27:17 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-03-07 19:27:17 +0000 |
commit | 0e32c8c65a1c42d9f6489eca2231dde17716d139 (patch) | |
tree | 54e899e3dd02ab3ad510e8628385085e3ff3fe5b /common.mak | |
parent | 88b5db9f0881b8d22dc9a5f9e824ed1d22b375a0 (diff) | |
download | ffmpeg-0e32c8c65a1c42d9f6489eca2231dde17716d139.tar.gz |
simplify library version handling
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mak b/common.mak index 58f6d7ef69..780f61e8d0 100644 --- a/common.mak +++ b/common.mak @@ -4,6 +4,9 @@ LIBSRC = $(SRC_PATH_BARE)/lib$(NAME) +LIBVERSION = $(lib$(NAME)_VERSION) +LIBMAJOR = $(lib$(NAME)_VERSION_MAJOR) + vpath %.c $(LIBSRC) vpath %.h $(LIBSRC) vpath %.S $(LIBSRC) |