aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/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 /libavformat/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 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 0c01c67761..a9a4632e0a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -160,8 +160,7 @@ OBJS-$(CONFIG_AUDIO_DEMUXER) += audio.o
OBJS-$(CONFIG_AUDIO_MUXER) += audio.o
endif
-EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) \
- -lavcodec$(BUILDSUF) -L../libavcodec $(EXTRALIBS)
+EXTRALIBS := -lavcodec$(BUILDSUF) -L../libavcodec $(EXTRALIBS)
ifeq ($(CONFIG_AUDIO_BEOS),yes)
CPPOBJS+= beosaudio.o