summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2005-08-11 22:16:25 +0000
committerAlexander Strasser <eclipse7@gmx.net>2005-08-11 22:16:25 +0000
commitdbbcfd6bc3d283d9b29e3d4f2e6409fb91e8617b (patch)
tree3e15e75482408994c6d1190fab1c8d089e086fb9 /libavformat
parent856170f75297556cc2ed80b536596392893e9e8c (diff)
Fix building shared version of lavf on some systems.
Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 80c2f87a95..9d921f1ded 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -56,6 +56,8 @@ ifeq ($(CONFIG_AUDIO_OSS),yes)
OBJS+= audio.o
endif
+EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF)
+
ifeq ($(CONFIG_AUDIO_BEOS),yes)
PPOBJS+= beosaudio.o
EXTRALIBS+=-lbe -lmedia