diff options
author | Måns Rullgård <mans@mansr.com> | 2006-06-01 21:57:44 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-06-01 21:57:44 +0000 |
commit | 42225a3058e7698c9a02b4359959b7771c75715e (patch) | |
tree | 32a2d85270384cd9f7adbb724269253de017c714 /libavformat | |
parent | 21f9324b60bc16bfcc37865e2409e5668308c4cf (diff) | |
download | ffmpeg-42225a3058e7698c9a02b4359959b7771c75715e.tar.gz |
remove redundant make variable SUBDIR
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index e8be261b59..c9f3b8e503 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -83,7 +83,6 @@ OBJS+= ogg.o endif NAME=avformat -SUBDIR=libavformat ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVFVERSION) LIBMAJOR=$(LAVFMAJOR) |