aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-03 19:23:39 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-03 19:23:39 +0000
commit0533322ea3e91c3f7efc642456a024a305ecb967 (patch)
treedeb208cddefd73ea415ee6771474e8d8f42b9dec /libavcodec/Makefile
parent5523d5f41ef1b47bf262c333e504f589668ed30f (diff)
downloadffmpeg-0533322ea3e91c3f7efc642456a024a305ecb967.tar.gz
Move EXTRALIBS handling to common.mak.
Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 17481c3893..937269a006 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -366,8 +366,6 @@ CFLAGS += $(CFLAGS-yes)
OBJS += $(OBJS-yes)
ASM_OBJS += $(ASM_OBJS-yes)
-EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
-
NAME=avcodec
LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF)
ifeq ($(BUILD_SHARED),yes)