diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-03 19:23:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-03 19:23:39 +0000 |
commit | 0533322ea3e91c3f7efc642456a024a305ecb967 (patch) | |
tree | deb208cddefd73ea415ee6771474e8d8f42b9dec /libavcodec/Makefile | |
parent | 5523d5f41ef1b47bf262c333e504f589668ed30f (diff) | |
download | ffmpeg-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/Makefile | 2 |
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) |