summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-06-01 21:57:44 +0000
committerMåns Rullgård <mans@mansr.com>2006-06-01 21:57:44 +0000
commit42225a3058e7698c9a02b4359959b7771c75715e (patch)
tree32a2d85270384cd9f7adbb724269253de017c714 /libavutil
parent21f9324b60bc16bfcc37865e2409e5668308c4cf (diff)
remove redundant make variable SUBDIR
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index ed10a7d490..373337b4e3 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -15,7 +15,6 @@ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
intfloat_readwrite.h
NAME=avutil
-SUBDIR = libavutil
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVUVERSION)
LIBMAJOR=$(LAVUMAJOR)