Fix building shared version of lavf on some systems.
authorAlexander Strasser <eclipse7@gmx.net>
Thu, 11 Aug 2005 22:16:25 +0000 (22:16 +0000)
committerAlexander Strasser <eclipse7@gmx.net>
Thu, 11 Aug 2005 22:16:25 +0000 (22:16 +0000)
Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/Makefile

index 80c2f87..9d921f1 100644 (file)
@@ -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