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 /libpostproc/Makefile | |
parent | 88b5db9f0881b8d22dc9a5f9e824ed1d22b375a0 (diff) | |
download | ffmpeg-streaming-0e32c8c65a1c42d9f6489eca2231dde17716d139.zip ffmpeg-streaming-0e32c8c65a1c42d9f6489eca2231dde17716d139.tar.gz |
simplify library version handling
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r-- | libpostproc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile index ff15ad0..26bb5a0 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -4,8 +4,6 @@ include ../config.mak FFLIBS = avutil NAME=postproc -LIBVERSION=$(SPPVERSION) -LIBMAJOR=$(SPPMAJOR) HEADERS = postprocess.h |