Commit ca7af945 authored by al's avatar al

Fix building shared version of lavf on some systems.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4504 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d2429d89
...@@ -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
......
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