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:
-rw-r--r--common.mak2
-rw-r--r--libavcodec/Makefile1
-rw-r--r--libavformat/Makefile1
-rw-r--r--libavutil/Makefile1
-rw-r--r--libpostproc/Makefile1
5 files changed, 1 insertions, 5 deletions
diff --git a/common.mak b/common.mak
index 36e5fe8376..5815fd48f6 100644
--- a/common.mak
+++ b/common.mak
@@ -2,7 +2,7 @@
# common bits used by all libraries
#
-SRC_DIR = $(SRC_PATH)/$(SUBDIR)
+SRC_DIR = $(SRC_PATH)/lib$(NAME)
VPATH = $(SRC_DIR)
#FIXME: This should be in configure/config.mak
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 554d0e6b6c..a8a06dc2db 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -417,7 +417,6 @@ sparc/%.o: sparc/%.c
endif
NAME=avcodec
-SUBDIR=libavcodec
LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF)
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVCVERSION)
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)
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)
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)