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:
authorMåns Rullgård <mans@mansr.com>2006-06-02 01:57:44 +0400
committerMåns Rullgård <mans@mansr.com>2006-06-02 01:57:44 +0400
commit42225a3058e7698c9a02b4359959b7771c75715e (patch)
tree32a2d85270384cd9f7adbb724269253de017c714 /libpostproc/Makefile
parent21f9324b60bc16bfcc37865e2409e5668308c4cf (diff)
remove redundant make variable SUBDIR
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r--libpostproc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile
index 10b3175a29..29563aee4a 100644
--- a/libpostproc/Makefile
+++ b/libpostproc/Makefile
@@ -5,7 +5,6 @@ include ../config.mak
incdir=$(prefix)/include/postproc
NAME=postproc
-SUBDIR=libpostproc
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SPPVERSION)
LIBMAJOR=$(SPPMAJOR)