Commit dbbcfd6b authored by Alexander Strasser's avatar Alexander Strasser

Fix building shared version of lavf on some systems.

Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 856170f7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment