Skip to content
Snippets Groups Projects
Commit dbbcfd6b authored by Alexander Strasser's avatar Alexander Strasser
Browse files

Fix building shared version of lavf on some systems.

Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 856170f7
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,8 @@ ifeq ($(CONFIG_AUDIO_OSS),yes) ...@@ -56,6 +56,8 @@ ifeq ($(CONFIG_AUDIO_OSS),yes)
OBJS+= audio.o OBJS+= audio.o
endif endif
EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF)
ifeq ($(CONFIG_AUDIO_BEOS),yes) ifeq ($(CONFIG_AUDIO_BEOS),yes)
PPOBJS+= beosaudio.o PPOBJS+= beosaudio.o
EXTRALIBS+=-lbe -lmedia EXTRALIBS+=-lbe -lmedia
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment