Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-27 01:59:16 +0300
committerDiego Biurrun <diego@biurrun.de>2007-02-27 01:59:16 +0300
commita93575fa3dc7a49c322320d437f500702423c9bf (patch)
tree4a0eb8d0baaeb791dbf11a501cab717082ddeaea /libavutil/Makefile
parent549b2c0cc32662c938331c3282eaa5f876b3ffc1 (diff)
spelling/grammar fixes for a Doxygen comment
Originally committed as revision 8136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
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