mirror of https://git.ffmpeg.org/ffmpeg.git
Fix building shared version of lavf on some systems.
Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
856170f752
commit
dbbcfd6bc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue